From 92d723badc506d87eabe2810da2ffc41a862b4c5 Mon Sep 17 00:00:00 2001 From: TPlant Date: Fri, 20 Jun 2025 14:57:51 -0500 Subject: [PATCH 1/2] Port Unique updater script from PoB2 --- src/Classes/Item.lua | 4 +- src/Data/ModItemExclusive.lua | 29 ++++++ src/Export/Scripts/mods.lua | 5 + src/Export/Scripts/uModsToText.lua | 151 +++++++++++++++++++++++++++++ src/Export/statdesc.lua | 27 +++++- 5 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 src/Data/ModItemExclusive.lua create mode 100644 src/Export/Scripts/uModsToText.lua diff --git a/src/Classes/Item.lua b/src/Classes/Item.lua index 2d70a61a47..fa65282d47 100644 --- a/src/Classes/Item.lua +++ b/src/Classes/Item.lua @@ -435,13 +435,13 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) end end elseif specName == "Radius" and self.type == "Jewel" then - self.jewelRadiusLabel = specVal:match("^%a+") + self.jewelRadiusLabel = specVal:match("^%[a ]+") if specVal:match("^%a+") == "Variable" then -- Jewel radius is variable and must be read from it's mods instead after they are parsed deferJewelRadiusIndexAssignment = true else for index, data in pairs(data.jewelRadius) do - if specVal:match("^%a+") == data.label then + if specVal:match("^%[a ]+") == data.label then self.jewelRadiusIndex = index break end diff --git a/src/Data/ModItemExclusive.lua b/src/Data/ModItemExclusive.lua new file mode 100644 index 0000000000..d8afc10941 --- /dev/null +++ b/src/Data/ModItemExclusive.lua @@ -0,0 +1,29 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrder = { 9046 }, level = 1, group = "SummonArbalistNumberOfArbalistsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrder = { 9760 }, level = 1, group = "SummonArbalistNumberOfAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (30-40)% increased Attack Speed", statOrder = { 9750 }, level = 1, group = "SummonArbalistAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce (2-4) additional Targets", statOrder = { 9769 }, level = 1, group = "SummonArbalistTargetsToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrder = { 9768 }, level = 1, group = "SummonArbalistProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrder = { 9751 }, level = 1, group = "SummonArbalistChains", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrder = { 9761 }, level = 1, group = "SummonArbalistNumberOfSplits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (25-35)% chance to deal Double Damage", statOrder = { 9754 }, level = 1, group = "SummonArbalistChanceToDealDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Maim for 4 seconds on Hit", statOrder = { 9757 }, level = 1, group = "SummonArbalistChanceToMaimfor4secondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Intimidate for 4 seconds on Hit", statOrder = { 9756 }, level = 1, group = "SummonArbalistChanceToIntimidateFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Unnerve for 4 seconds on Hit", statOrder = { 9759 }, level = 1, group = "SummonArbalistChanceToUnnerveFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrder = { 9774 }, level = 1, group = "SummonArbalistChanceToInflictFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrder = { 9773 }, level = 1, group = "SummonArbalistChanceToInflictColdExposureonHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrder = { 9775 }, level = 1, group = "SummonArbalistChanceToInflictLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrder = { 9753 }, level = 1, group = "SummonArbalistChanceToCrushOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Fire Damage", "Summoned Arbalists have (10-20)% chance to Ignite", statOrder = { 9766, 9771 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Cold Damage", "Summoned Arbalists have (10-20)% chance to Freeze", statOrder = { 9765, 9770 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Lightning Damage", "Summoned Arbalists have (10-20)% chance to Shock", statOrder = { 9767, 9772 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", "Summoned Arbalists have 20% chance to inflict Fire Exposure on Hit", statOrder = { 9763, 9774 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", "Summoned Arbalists have 20% chance to inflict Cold Exposure on Hit", statOrder = { 9762, 9773 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", "Summoned Arbalists have 20% chance to inflict Lightning Exposure on Hit", statOrder = { 9764, 9775 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (40-60)% chance to inflict Bleeding", statOrder = { 9752 }, level = 1, group = "SummonArbalistChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (40-60)% chance to Poison", statOrder = { 9758 }, level = 1, group = "SummonArbalistChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrder = { 9755 }, level = 1, group = "SummonArbalistChanceToIgniteFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, +} \ No newline at end of file diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index 498fe71a0e..d594e9e300 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -166,6 +166,11 @@ end) writeMods("../Data/ModNecropolis.lua", function(mod) return mod.Domain == 1 and mod.Id:match("^NecropolisCrafting") end) +writeMods("../Data/ModItemExclusive.lua", function(mod) -- contains primarily uniques and items implicits but also other mods only available on a single base or unique. + return (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 11 or mod.Domain == 22) and mod.GenerationType == 3 + and (mod.Family[1] and mod.Family[1].Id ~= "AuraBonus" or not mod.Family[1]) + and not mod.Id:match("^Synthesis") and not mod.Id:match("Royale") and not mod.Id:match("Cowards") and not mod.Id:match("Map") and not mod.Id:match("Ultimatum") +end) print("Mods exported.") diff --git a/src/Export/Scripts/uModsToText.lua b/src/Export/Scripts/uModsToText.lua new file mode 100644 index 0000000000..5a2ff9c7a1 --- /dev/null +++ b/src/Export/Scripts/uModsToText.lua @@ -0,0 +1,151 @@ +if not table.containsId then + dofile("Scripts/mods.lua") +end +local catalystTags = { + ["attack"] = true, + ["speed"] = true, + ["life"] = true, + ["mana"] = true, + ["caster"] = true, + ["attribute"] = true, + ["physical"] = true, + ["fire"] = true, + ["cold"] = true, + ["lightning"] = true, + ["chaos"] = true, + ["defences"] = true, +} +local itemTypes = { + -- "axe", + -- "bow", + -- "claw", + -- "dagger", + -- "fishing", + -- "mace", + -- "sceptre", + -- "spear", + -- "staff", + -- "sword", + -- "wand", + -- "helmet", + -- "body", + -- "focus", + -- "gloves", + -- "boots", + -- "shield", + -- "quiver", + -- "amulet", + -- "ring", + -- "belt", + -- "jewel", + -- "flask", + -- "tincture", +} +local function writeMods(out, statOrder) + local orders = { } + for order, _ in pairs(statOrder) do + table.insert(orders, order) + end + table.sort(orders) + for _, order in pairs(orders) do + for _, line in ipairs(statOrder[order]) do + out:write(line, "\n") + end + end +end + +local uniqueMods = LoadModule("../Data/ModItemExclusive.lua") +for _, name in ipairs(itemTypes) do + local out = io.open("../Data/Uniques/"..name..".lua", "w") + local statOrder = {} + local postModLines = {} + local modLines = 0 + local implicits + for line in io.lines("Uniques/"..name..".lua") do + if implicits then -- remove 1 downs to 0 + implicits = implicits - 1 + end + local specName, specVal = line:match("^([%a ]+): (.+)$") + if line:match("]],") then -- start new unique + writeMods(out, statOrder) + for _, line in ipairs(postModLines) do + out:write(line, "\n") + end + out:write(line, "\n") + statOrder = { } + postModLines = { } + modLines = 0 + elseif not specName then + local prefix = "" + local variantString = line:match("({variant:[%d,]+})") + local fractured = line:match("({fractured})") or "" + local modName, legacy = line:gsub("{.+}", ""):match("^([%a%d_]+)([%[%]-,%d]*)") + local mod = uniqueMods[modName] + if mod then + modLines = modLines + 1 + if variantString then + prefix = prefix ..variantString + end + local tags = {} + if isValueInArray({"amulet", "ring"}, name) then + for _, tag in ipairs(mod.modTags) do + if catalystTags[tag] then + table.insert(tags, tag) + end + end + end + if tags[1] then + prefix = prefix.."{tags:"..table.concat(tags, ",").."}" + end + prefix = prefix..fractured + local legacyMod + if legacy ~= "" then + local values = { } + for range in legacy:gmatch("%b[]") do + local min, max = range:match("%[([%d%-]+),([%d%-]+)%]") + table.insert(values, { min = tonumber(min), max = tonumber(max) }) + end + local mod = dat("Mods"):GetRow("Id", modName) + local stats = { } + for i = 1, 6 do + if mod["Stat"..i] then + stats[mod["Stat"..i].Id] = values[i] + end + end + if mod.Type then + stats.Type = mod.Type + end + legacyMod = describeStats(stats) + end + for i, line in ipairs(legacyMod or mod) do + local order = mod.statOrder[i] + if statOrder[order] then + table.insert(statOrder[order], prefix..line) + else + statOrder[order] = { prefix..line } + end + end + else + if modLines > 0 then -- treat as post line e.g. mirrored + table.insert(postModLines, line) + else + out:write(line, "\n") + end + end + else + if specName == "Implicits" then + implicits = tonumber(specVal) + end + out:write(line, "\n") + end + if implicits and implicits == 0 then + writeMods(out, statOrder) + implicits = nil + statOrder = { } + modLines = 0 + end + end + out:close() +end + +print("Unique text updated.") diff --git a/src/Export/statdesc.lua b/src/Export/statdesc.lua index d7550efa9a..cbb4dd6990 100644 --- a/src/Export/statdesc.lua +++ b/src/Export/statdesc.lua @@ -44,7 +44,7 @@ function loadStatFile(fileName) curLang = { } --curDescriptor.lang[langName] = curLang else - local statLimits, text, special = line:match('([%d%-#| ]+) "(.-)"%s*(.*)') + local statLimits, text, special = line:match('([%d%-#| !]+) "(.-)"%s*(.*)') if statLimits then local desc = { text = text, limit = { } } for statLimit in statLimits:gmatch("[!%d%-#|]+") do @@ -96,7 +96,12 @@ local function matchLimit(lang, val) for _, desc in ipairs(lang) do local match = true for i, limit in ipairs(desc.limit) do - if (limit[2] ~= "#" and val[i].min > limit[2]) or (limit[1] ~= "#" and val[i].min < limit[1]) then + if limit[1] == "!" then + if val[i].min == limit[2] then + match = false + break + end + elseif (limit[2] ~= "#" and val[i].min > limit[2]) or (limit[1] ~= "#" and val[i].min < limit[1]) then match = false break end @@ -145,6 +150,24 @@ function describeStats(stats) val[i].fmt = "d" end local desc = matchLimit(descriptor[1], val) + -- Hack to handle ranges starting or ending at 0 where no descriptor is defined for 0 + -- Attempt to adapt existing ranges + if not desc then + for _, s in ipairs(val) do + if s.min == 0 and s.max > 0 then + s.min = 1 + s.minz = true + elseif s.min < 0 and s.max == 0 then + s.max = -1 + s.maxz = true + end + end + desc = matchLimit(descriptor[1], val) + for _, s in ipairs(val) do + if s.minz then s.min = 0 end + if s.maxz then s.max = 0 end + end + end if desc then for _, spec in ipairs(desc) do if spec.k == "negate" then From 69904e621c378073e4b3854cedeb2144400b041b Mon Sep 17 00:00:00 2001 From: Wires77 Date: Tue, 25 Nov 2025 00:02:16 -0600 Subject: [PATCH 2/2] Fix mod export logic to keep using functions as intended --- src/Data/ModItemExclusive.lua | 8569 ++++++++++++++++++++++++++++++++- src/Export/Scripts/mods.lua | 17 +- 2 files changed, 8555 insertions(+), 31 deletions(-) diff --git a/src/Data/ModItemExclusive.lua b/src/Data/ModItemExclusive.lua index d8afc10941..4c942fe9e8 100644 --- a/src/Data/ModItemExclusive.lua +++ b/src/Data/ModItemExclusive.lua @@ -2,28 +2,8549 @@ -- Item data (c) Grinding Gear Games return { - ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrder = { 9046 }, level = 1, group = "SummonArbalistNumberOfArbalistsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrder = { 9760 }, level = 1, group = "SummonArbalistNumberOfAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (30-40)% increased Attack Speed", statOrder = { 9750 }, level = 1, group = "SummonArbalistAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce (2-4) additional Targets", statOrder = { 9769 }, level = 1, group = "SummonArbalistTargetsToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrder = { 9768 }, level = 1, group = "SummonArbalistProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrder = { 9751 }, level = 1, group = "SummonArbalistChains", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrder = { 9761 }, level = 1, group = "SummonArbalistNumberOfSplits", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (25-35)% chance to deal Double Damage", statOrder = { 9754 }, level = 1, group = "SummonArbalistChanceToDealDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Maim for 4 seconds on Hit", statOrder = { 9757 }, level = 1, group = "SummonArbalistChanceToMaimfor4secondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Intimidate for 4 seconds on Hit", statOrder = { 9756 }, level = 1, group = "SummonArbalistChanceToIntimidateFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Unnerve for 4 seconds on Hit", statOrder = { 9759 }, level = 1, group = "SummonArbalistChanceToUnnerveFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrder = { 9774 }, level = 1, group = "SummonArbalistChanceToInflictFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrder = { 9773 }, level = 1, group = "SummonArbalistChanceToInflictColdExposureonHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrder = { 9775 }, level = 1, group = "SummonArbalistChanceToInflictLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrder = { 9753 }, level = 1, group = "SummonArbalistChanceToCrushOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Fire Damage", "Summoned Arbalists have (10-20)% chance to Ignite", statOrder = { 9766, 9771 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Cold Damage", "Summoned Arbalists have (10-20)% chance to Freeze", statOrder = { 9765, 9770 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Lightning Damage", "Summoned Arbalists have (10-20)% chance to Shock", statOrder = { 9767, 9772 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", "Summoned Arbalists have 20% chance to inflict Fire Exposure on Hit", statOrder = { 9763, 9774 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", "Summoned Arbalists have 20% chance to inflict Cold Exposure on Hit", statOrder = { 9762, 9773 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", "Summoned Arbalists have 20% chance to inflict Lightning Exposure on Hit", statOrder = { 9764, 9775 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (40-60)% chance to inflict Bleeding", statOrder = { 9752 }, level = 1, group = "SummonArbalistChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (40-60)% chance to Poison", statOrder = { 9758 }, level = 1, group = "SummonArbalistChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrder = { 9755 }, level = 1, group = "SummonArbalistChanceToIgniteFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 7, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrder = { 1090 }, level = 10, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrder = { 1090 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStr2"] = { affix = "", "+50 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrder = { 1090 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__22"] = { affix = "", "+(20-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__23"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__24"] = { affix = "", "+(20-30) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__25"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__26"] = { affix = "", "+(30-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__27"] = { affix = "", "+(30-50) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__28"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__29"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__30"] = { affix = "", "+(30-40) to Strength", statOrder = { 1090 }, level = 75, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__31"] = { affix = "", "+(15-35) to Strength", statOrder = { 1090 }, level = 40, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__32"] = { affix = "", "+(30-50) to Strength", statOrder = { 1090 }, level = 100, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__33"] = { affix = "", "+(15-25) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__34"] = { affix = "", "+(15-25) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__5"] = { affix = "", "(6-12)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 7, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 15, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrder = { 1091 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrder = { 1091 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__15"] = { affix = "", "+(40-80) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 1091 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__22"] = { affix = "", "+(30-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__23"] = { affix = "", "+(20-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__24"] = { affix = "", "+(30-55) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__25"] = { affix = "", "+(30-50) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__26"] = { affix = "", "+(5-10) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__27"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__28"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__29"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__30"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__31"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 1091 }, level = 20, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__32"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__34"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthAndDexterityUnique_1"] = { affix = "", "+(25-40) to Strength and Dexterity", statOrder = { 1093 }, level = 1, group = "StrengthAndDexterity", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "attribute" }, }, + ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__4"] = { affix = "", "(10-15)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 7, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing4"] = { affix = "", "+(5-20) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+(20-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetWard1"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrder = { 1092 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 1092 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__29"] = { affix = "", "+(20-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__30"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 62, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__31"] = { affix = "", "+(5-15) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__32"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__33"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__34"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__35"] = { affix = "", "+(30-50) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__36"] = { affix = "", "+(5-15) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__37"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__5"] = { affix = "", "(1-7)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrder = { 1089 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrder = { 1089 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 1089 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet22"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrder = { 1089 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrder = { 1089 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrder = { 1089 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 1089 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__24"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__25"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__26"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__27"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__28"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__29"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__30"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__31"] = { affix = "", "+(7-13) to all Attributes", statOrder = { 1089 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrder = { 1482 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+1000 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+(25-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-300) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrder = { 1482 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrder = { 1482 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrDex7"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(200-300) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrder = { 1482 }, level = 60, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrder = { 1482 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrder = { 1482 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt7"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 1482 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__32"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__33"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__34"] = { affix = "", "+(240-300) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__36_"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__37"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__86_"] = { affix = "", "+(100-120) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrder = { 1482 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__107"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__112"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__113"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__114"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__115"] = { affix = "", "+(50-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__116"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__117"] = { affix = "", "+(-200-200) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__118"] = { affix = "", "+(40-50) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__119"] = { affix = "", "+(50-70) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__120"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__121"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__122"] = { affix = "", "+(25-30) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__123"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 1482 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__124"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__125"] = { affix = "", "+(1-100) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__126"] = { affix = "", "+(60-90) to maximum Life", statOrder = { 1482 }, level = 98, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 1492 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(40-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrder = { 1492 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrder = { 1492 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(25-75) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDagger4"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+(25-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 1492 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrder = { 1492 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__18"] = { affix = "", "+(1-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__22__"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__23"] = { affix = "", "+(40-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__24"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__25"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__26"] = { affix = "", "+(150-200) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__27"] = { affix = "", "+(60-80) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__28"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__29"] = { affix = "", "+(20-25) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__30"] = { affix = "", "+(40-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrder = { 1471 }, level = 2, group = "EnergyShieldImplicit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrder = { 1471 }, level = 99, group = "EnergyShieldImplicit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrder = { 1471 }, level = 25, group = "EnergyShieldImplicit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 1471 }, level = 40, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrder = { 1471 }, level = 70, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 1471 }, level = 25, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-150) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-35) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldUnique__13"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrder = { 1472 }, level = 65, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__32"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__33"] = { affix = "", "+(100-200) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__34"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUnique__35"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 1179 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrder = { 1179 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 1179 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1New"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 1179 }, level = 5, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6New"] = { affix = "", "Adds (7-9) to (13-16) Physical Damage to Attacks", statOrder = { 1179 }, level = 39, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver12New"] = { affix = "", "Adds (12-15) to (24-27) Physical Damage to Attacks", statOrder = { 1179 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 7, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 1, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 35, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrder = { 2377 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 1, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 1, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 1, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (5-8) to (12-16) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__11__"] = { affix = "", "Adds (2-3) to (22-26) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__12"] = { affix = "", "Adds (8-12) to (18-24) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__13"] = { affix = "", "Adds (6-10) to (16-22) Physical Damage to Attacks", statOrder = { 1179 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (310-330) to (370-390) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (10-16) to (45-60) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (6-12) to (20-25) Physical Damage", statOrder = { 1189 }, level = 50, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrder = { 1189 }, level = 40, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrder = { 1189 }, level = 45, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrder = { 1189 }, level = 46, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (80-95) to (220-240) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (100-130) to (360-430) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (225-265) to (315-385) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (80-100) to (200-225) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrder = { 1189 }, level = 77, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrder = { 1189 }, level = 75, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrder = { 1189 }, level = 75, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__42"] = { affix = "", "Adds (20-25) to (40-50) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__43"] = { affix = "", "Adds (5-9) to (13-18) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrder = { 1273 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver2New"] = { affix = "", "Adds 3 to 5 Fire Damage to Attacks", statOrder = { 1273 }, level = 12, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver9New"] = { affix = "", "Adds (12-15) to (24-27) Fire Damage to Attacks", statOrder = { 1273 }, level = 57, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrder = { 1991 }, level = 28, group = "FireDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrder = { 1991 }, level = 1, group = "FireDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds (18-24) to (32-40) Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds (2-4) to (5-9) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (14-16) to (30-32) Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (20-25) to (30-35) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrder = { 1273 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrder = { 1282 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrder = { 1999 }, level = 47, group = "AddedColdDamageWithBowsForUnique", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 15 to 25 Cold Damage to Attacks", statOrder = { 1282 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds (2-4) to (5-9) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (10-12) to (24-28) Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (60-72) to (88-100) Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrder = { 1282 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__11"] = { affix = "", "Adds (30-40) to (60-70) Cold Damage to Attacks", statOrder = { 1282 }, level = 71, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrder = { 1293 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 30 Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds (1-4) to (30-50) Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to (600-700) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to (4-12) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (60-68) Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrder = { 1293 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrder = { 1293 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUnique__4"] = { affix = "", "(12-18) to (231-347) Added Lightning Damage with Wand Attacks", statOrder = { 2013 }, level = 1, group = "AddedLightningDamageWithWandsForUnique", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds (10-15) to (20-25) Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrder = { 1300 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUnique__2"] = { affix = "", "Adds (7-10) to (15-18) Chaos Damage to Attacks", statOrder = { 1300 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrder = { 1577 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrder = { 1577 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "2% of Attack Damage Leeched as Life", statOrder = { 1577 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrder = { 1577 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__7"] = { affix = "", "(0.3-0.5)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__8"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__9"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrder = { 1562 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrder = { 1216, 1333, 1351 }, level = 6, group = "AxeBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrder = { 1220, 1334, 1352 }, level = 8, group = "StaffBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrder = { 1228, 1335, 1353 }, level = 10, group = "ClawBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrder = { 1234, 1336, 1354 }, level = 7, group = "DaggerBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrder = { 1240, 1337, 1355 }, level = 5, group = "MaceBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrder = { 1246, 1338, 1356 }, level = 3, group = "BowBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrder = { 1251, 1339, 1357 }, level = 2, group = "SwordBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrder = { 1258, 1340, 1358 }, level = 4, group = "WandBonuses", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+22% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrder = { 1063 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercent2"] = { affix = "", "+22% Chance to Block Spell Damage while wielding a Staff", statOrder = { 1063 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercent3"] = { affix = "", "+25% Chance to Block Spell Damage while wielding a Staff", statOrder = { 1063 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueAmulet16"] = { affix = "", "(10-15)% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrder = { 1051 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__2"] = { affix = "", "20% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__3"] = { affix = "", "(4-6)% Chance to Block Attack Damage", statOrder = { 1051 }, level = 40, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrder = { 1891 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrder = { 1144 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrder = { 1144 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1144 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(180-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(90-105)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(500-600)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrder = { 2367 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(100-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(70-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(200-220)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(140-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand9x"] = { affix = "", "(110-170)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(300-360)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(80-100)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(400-450)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(160-190)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(230-270)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(130-150)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(165-195)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(175-200)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__44"] = { affix = "", "(120-160)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__45"] = { affix = "", "(700-800)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__46"] = { affix = "", "(150-180)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__47"] = { affix = "", "(300-350)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__48"] = { affix = "", "(100-140)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__49"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__50"] = { affix = "", "(150-250)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__52"] = { affix = "", "(50-75)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__53"] = { affix = "", "(200-300)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrder = { 1128 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrder = { 1128 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (7-14) to (24-34) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 25 to 30 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (140-155) to (210-235) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(150-225) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(5-30) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "50% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(120-160)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(170-230)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(150-180)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrder = { 1473 }, level = 84, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrder = { 1473 }, level = 82, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__30___"] = { affix = "", "(300-350)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__31____"] = { affix = "", "(140-180)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__32"] = { affix = "", "(200-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__33"] = { affix = "", "(200-250)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(75-100) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(150-200)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(20-40) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr_1"] = { affix = "", "+(100-150) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(350-400)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "100% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(165-205)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(180-220)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(200-250)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__24"] = { affix = "", "(100-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__25"] = { affix = "", "(150-250)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__26"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__27"] = { affix = "", "(60-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__28"] = { affix = "", "(100-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__29"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__30"] = { affix = "", "(100-150)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__31"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__32"] = { affix = "", "(100-140)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__33"] = { affix = "", "(100-160)% increased Armour", statOrder = { 1455 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__34"] = { affix = "", "(50-100)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__35"] = { affix = "", "(150-230)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__36UNUSED"] = { affix = "", "(120-200)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__37"] = { affix = "", "(80-120)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__38"] = { affix = "", "(120-240)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrder = { 1453 }, level = 38, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(180-220)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionRatingUnique__1"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(160-220)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(150-200)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(150-200)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(300-340)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__19"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__20"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__21"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(120-150)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(400-500)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt7"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "1000% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__26"] = { affix = "", "(150-250)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__27"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__28"] = { affix = "", "(50-70)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__30"] = { affix = "", "(40-80)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 97, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex4"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex5"] = { affix = "", "(170-250)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__19_"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__20"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__21"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__22"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__23"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__24"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__25"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__26"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__27"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionUnique__28"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrder = { 1466 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(120-200)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__33"] = { affix = "", "(140-160)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__34"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__35"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__36"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__37"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__39"] = { affix = "", "(120-160)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrder = { 1468 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrder = { 1472, 1813 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(150-200)% increased Stun and Block Recovery", statOrder = { 1473, 1813 }, level = 1, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrder = { 1472, 1813 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrder = { 1455, 1813 }, level = 1, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(180-220)% increased Armour", "20% increased Stun and Block Recovery", statOrder = { 1455, 1813 }, level = 1, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", statOrder = { 1463 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrder = { 1275 }, level = 37, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (20-24) to (38-46) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__7"] = { affix = "", "Adds (76-98) to (161-176) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (46-55) to (69-83) Fire Damage", statOrder = { 1275 }, level = 30, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (80-97) to (126-144) Fire Damage", statOrder = { 1275 }, level = 50, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (121-133) to (184-197) Fire Damage", statOrder = { 1275 }, level = 70, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrder = { 1284 }, level = 19, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrder = { 1284 }, level = 18, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (180-210) to (240-280) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__10"] = { affix = "", "Adds (150-200) to (300-350) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__11"] = { affix = "", "Adds (164-204) to (250-300) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (600-750) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__6"] = { affix = "", "Adds 1 to 75 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (550-600) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrder = { 1454 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrder = { 1454 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 1462 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrder = { 1462 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrder = { 1474 }, level = 20, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "25% reduced maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__6_"] = { affix = "", "+(600-1000) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingUnique__7"] = { affix = "", "+(80-100) to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(30-60) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingUniqueShieldStrDex2"] = { affix = "", "+(20-40) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__8"] = { affix = "", "+(300-500) to Armour", statOrder = { 1452 }, level = 71, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__9"] = { affix = "", "+(80-100) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__10"] = { affix = "", "+(600-1000) to Armour", statOrder = { 1452 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__11"] = { affix = "", "+(200-400) to Armour", statOrder = { 1452 }, level = 98, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt1"] = { affix = "", "(10-25)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr1"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt5"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsA1"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsW1"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrder = { 1711 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__14"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__19"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__21"] = { affix = "", "(1-40)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__44"] = { affix = "", "(5-10)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__47_"] = { affix = "", "20% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__48"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__49"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__50"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__51"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__52"] = { affix = "", "5% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__53"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__54"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__56"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__57"] = { affix = "", "(15-25)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__58"] = { affix = "", "5% increased Movement Speed", statOrder = { 1711 }, level = 100, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueGlovesInt2"] = { affix = "", "100% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrder = { 1136 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__14"] = { affix = "", "(30-60)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__15"] = { affix = "", "(150-200)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__16"] = { affix = "", "(30-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__17"] = { affix = "", "(100-150)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(150-200)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TrapThrowingSpeedUnique_1"] = { affix = "", "(6-12)% increased Trap Throwing Speed", statOrder = { 1838 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["NumberOfAdditionalTrapsUnique_1"] = { affix = "", "Can have up to (3-5) additional Traps placed at a time", statOrder = { 2166 }, level = 1, group = "NumberOfAdditionalTraps", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GraspFromBeyondTrapUnique_1"] = { affix = "", "Grants Level 30 Will of the Lords Skill", statOrder = { 607 }, level = 85, group = "GrantsBreachHandTrap", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HeraldOfTheBreachUnique_1"] = { affix = "", "Grants Level 30 Herald of the Hive Skill", statOrder = { 622 }, level = 53, group = "GrantsHeraldOfTheBreach", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitQuiver13New"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 83, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__2"] = { affix = "", "(60-80)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__6"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrder = { 2842 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrder = { 1613 }, level = 1, group = "ManaLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrder = { 1613 }, level = 1, group = "ManaLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrder = { 1618 }, level = 1, group = "AttackDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1613 }, level = 1, group = "ManaLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrder = { 1618 }, level = 1, group = "AttackDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Attack Damage Leeched as Mana", statOrder = { 1618 }, level = 1, group = "AttackDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__3"] = { affix = "", "(1-1.5)% of Physical Attack Damage Leeched as Mana", statOrder = { 1612 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrder = { 1505 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrder = { 1509 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrder = { 1509 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrder = { 1509 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 1509 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrder = { 1509 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "100% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__6"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__7"] = { affix = "", "(5-15)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__8"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__9"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreaseUnique__10"] = { affix = "", "(20-40)% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "(40-80)% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrder = { 1478 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrder = { 1478 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrder = { 1475 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(15-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "(15-25)% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(15-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-25)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand11"] = { affix = "", "(7-13)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__23"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__24"] = { affix = "", "(8-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__25"] = { affix = "", "(20-30)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__26"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeedFishing", weightKey = { }, weightVal = { }, modTags = { "red_herring", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "25% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(25-35)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "20% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(20-26)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__37___"] = { affix = "", "(16-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__38"] = { affix = "", "(-16-16)% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__39"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__40"] = { affix = "", "(25-35)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__42"] = { affix = "", "(6-10)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__43"] = { affix = "", "(10-16)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__44"] = { affix = "", "(20-30)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitQuiver10New"] = { affix = "", "(8-10)% increased Attack Speed", statOrder = { 1323 }, level = 62, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrder = { 1323 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUnique__2"] = { affix = "", "10% reduced Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-25)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__5"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__6"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__7"] = { affix = "", "(6-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__8"] = { affix = "", "(8-16)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 1323 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrder = { 1346 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(100-200) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-500 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__3"] = { affix = "", "+(600-1000) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__10"] = { affix = "", "+(300-500) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (10-15) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrder = { 1487 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrder = { 1855 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (100-200) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (200-350) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__3"] = { affix = "", "Regenerate (30-50) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__4"] = { affix = "", "Regenerate (200-250) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__5"] = { affix = "", "Regenerate (30-50) Life per second", statOrder = { 1487 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__6"] = { affix = "", "(15-25)% increased Life Regeneration rate", statOrder = { 1490 }, level = 97, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(60-100)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__10"] = { affix = "", "(1-100)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__15"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrder = { 1494 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrder = { 1430 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUnique__2"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrder = { 1373 }, level = 1, group = "CriticalStrikeChanceDaggerImplicit1", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrder = { 1374 }, level = 1, group = "CriticalStrikeChanceDaggerImplicit2", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrder = { 1375 }, level = 1, group = "CriticalStrikeChanceDaggerImplicit3", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 57, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver8New"] = { affix = "", "(20-30)% increased Critical Strike Chance with Bows", statOrder = { 1378 }, level = 50, group = "CriticalStrikeChanceWithBows", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 25, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 35, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__5__"] = { affix = "", "(15-25)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__6"] = { affix = "", "(30-50)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__21"] = { affix = "", "(15-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__22"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__23"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__24"] = { affix = "", "(100-200)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt2"] = { affix = "", "+(50-75)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt5"] = { affix = "", "+(15-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 1538 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__6"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__27_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__28_"] = { affix = "", "+(-30-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__29"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__30"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__31"] = { affix = "", "+(10-15)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__32"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 1538 }, level = 83, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__34"] = { affix = "", "+(10-40)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__35"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__36"] = { affix = "", "+(5-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__37"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 1544 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyInt5"] = { affix = "", "+(15-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__34"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__35"] = { affix = "", "+(-30-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__36_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__37"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__38"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__39"] = { affix = "", "+(10-40)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__40"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__41"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__42"] = { affix = "", "+(5-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__43"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 1544 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt5"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStr5"] = { affix = "", "-(20-10)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__9"] = { affix = "", "-30% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__25"] = { affix = "", "+(-30-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__26"] = { affix = "", "+(50-75)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__27"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__28"] = { affix = "", "+(10-15)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__29"] = { affix = "", "+(10-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__30"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__31"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__32"] = { affix = "", "+(5-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__33"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 1549 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitRing1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitBoots1"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 1554 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__3"] = { affix = "", "+(31-53)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__16"] = { affix = "", "+(29-43)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__22"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__23"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__24"] = { affix = "", "+(-23-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__25"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__26"] = { affix = "", "+50% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__27"] = { affix = "", "+(-13-13)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__28"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__29"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__30"] = { affix = "", "+(13-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__31"] = { affix = "", "+(7-19)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__33"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__34"] = { affix = "", "+(13-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__35"] = { affix = "", "+(13-29)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__36"] = { affix = "", "+(23-37)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrder = { 2712 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrder = { 2713 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrder = { 2712 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrder = { 2713 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrder = { 2711 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrder = { 2713 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrder = { 2713 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrder = { 2712 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrder = { 2712 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrder = { 1532 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrder = { 1532 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing4"] = { affix = "", "+(5-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing7"] = { affix = "", "+(25-40)% to all Elemental Resistances", statOrder = { 1532 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 1532 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrder = { 1532 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__8"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 1532 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrder = { 10506 }, level = 1, group = "UniqueJewelDonutAllocationAllReistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__23__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__24_"] = { affix = "", "-(80-70)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__26"] = { affix = "", "+(20-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__27"] = { affix = "", "+(20-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__28"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__29"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__30"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__31"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__32"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__33"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__34"] = { affix = "", "+(5-15)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__35"] = { affix = "", "+(25-35)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__36"] = { affix = "", "-(50-40)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__37"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrder = { 2588 }, level = 29, group = "NoCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__3__"] = { affix = "", "+(25-50)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__5"] = { affix = "", "+(18-35)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__6"] = { affix = "", "+(100-150)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__7"] = { affix = "", "+(15-20)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__8"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__4"] = { affix = "", "(500-1000)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__5"] = { affix = "", "100% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__6"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__7"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunRecoveryUnique__8"] = { affix = "", "(100-200)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver8"] = { affix = "", "(140-200)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunDurationUnique__2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrder = { 1776 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__5"] = { affix = "", "(80-120)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["ProjectileSpeedImplicitQuiver4New"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 1709 }, level = 25, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LifeGainPerTargetUniqueRing2"] = { affix = "", "Gain (2-4) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "Grants 2 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "Grants 10 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "Grants 3 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "Grants 8 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "Grants 15 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "Grants 22 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "Grants 3 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "Grants 6 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "Grants 7 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "Grants 8 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "Grants 12 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "Grants 19 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "Grants 15 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "Grants 20 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "Grants 25 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "Grants 24 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "Grants 44 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "Grants 40 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "Grants 46 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "Grants 40 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "Grants 50 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "Grants 46 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver3New"] = { affix = "", "Gain (6-8) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 18, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "Gain (3-4) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "Grants (6-10) Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "Grants 3 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRing7"] = { affix = "", "Gain (40-60) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "Grants 2 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "Grants 3 Life per Enemy Hit", statOrder = { 1651 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUnique__1"] = { affix = "", "Gain 7 Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LoseLifePerTargetUnique__2"] = { affix = "", "Lose (10-20) Life per Enemy Killed", statOrder = { 1661 }, level = 40, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrder = { 1270 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrder = { 1270 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrder = { 1290 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrder = { 1290 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrder = { 1290 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "Gain 20 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "Gain (100-200) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "Gain (10-20) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "Gain 10 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "Gain 10 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "Gain (15-20) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "Gain (5-7) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "Gain 100 Life per Enemy Killed", statOrder = { 1661 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "Gain 5 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "Gain (15-25) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "Gain (20-30) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__3"] = { affix = "", "Gain (15-25) Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__4"] = { affix = "", "Gain 100 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__5"] = { affix = "", "Gain 150 Life per Enemy Killed", statOrder = { 1661 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "Gain (50-100) Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "Gain (5-20) Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "Gain 100 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "Gain 30 Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "Gain (20-40) Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__3"] = { affix = "", "Gain (1-100) Mana per Enemy Killed", statOrder = { 1676 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(35-50)% reduced Recovery rate", statOrder = { 769 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrder = { 769 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrder = { 768, 769 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrder = { 768, 769 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUnique__2"] = { affix = "", "(150-200)% increased Amount Recovered", statOrder = { 768 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrder = { 769 }, level = 1, group = "FlaskIncreasedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 3000, 0 }, modTags = { "flask" }, }, + ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrder = { 768, 780 }, level = 1, group = "FlaskFullInstantRecovery", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskExtraLifeUnique__1"] = { affix = "", "50% increased Life Recovered", statOrder = { 763 }, level = 1, group = "FlaskExtraLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrder = { 816, 816.1 }, level = 1, group = "FlaskDispellsChill", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["FlaskDispellsBurningUnique__1"] = { affix = "", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrder = { 818, 818.1 }, level = 1, group = "FlaskDispellsBurning", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrder = { 751 }, level = 1, group = "FlaskExtraMaxCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "(40-60)% increased Charge Recovery", statOrder = { 759 }, level = 1, group = "FlaskIncreasedChargesAdded", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique__2"] = { affix = "", "(20-30)% increased Charge Recovery", statOrder = { 759 }, level = 1, group = "FlaskIncreasedChargesAdded", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique__3"] = { affix = "", "(20-40)% increased Charge Recovery", statOrder = { 759 }, level = 1, group = "FlaskIncreasedChargesAdded", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Effect", statOrder = { 867 }, level = 12, group = "FlaskBuffManaLeechWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, + ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 756 }, level = 50, group = "FlaskChanceRechargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskEffectIncreasedDurationReducedEffect1"] = { affix = "[UNUSED]", "(35-45)% increased Duration", "25% reduced effect", statOrder = { 771, 849 }, level = 20, group = "FlaskEffectReducedDuration", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect2"] = { affix = "[UNUSED]", "(46-55)% increased Duration", "25% reduced effect", statOrder = { 771, 849 }, level = 36, group = "FlaskEffectReducedDuration", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect3_"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrder = { 771, 849 }, level = 52, group = "FlaskEffectReducedDuration", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect4__"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrder = { 771, 849 }, level = 68, group = "FlaskEffectReducedDuration", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect5"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrder = { 771, 849 }, level = 84, group = "FlaskEffectReducedDuration", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__2"] = { affix = "", "(60-80)% reduced Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__3"] = { affix = "", "(30-50)% increased Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__4"] = { affix = "", "25% increased Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__6"] = { affix = "", "(70-80)% reduced Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__7"] = { affix = "", "(50-80)% increased Duration", statOrder = { 771 }, level = 1, group = "FlaskEffectReducedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___2"] = { affix = "", "(125-150)% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__4"] = { affix = "", "(-10-10)% reduced Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__5"] = { affix = "", "(125-150)% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__8"] = { affix = "", "(175-200)% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__9_"] = { affix = "", "(40-50)% increased Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__10"] = { affix = "", "(-10-10)% reduced Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__11"] = { affix = "", "(10-20)% reduced Charges per use", statOrder = { 760 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrder = { 751 }, level = 1, group = "FlaskExtraMaxCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__3"] = { affix = "", "+(10-20) to Maximum Charges", statOrder = { 751 }, level = 1, group = "FlaskExtraMaxCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrder = { 771 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique__3"] = { affix = "", "(-35-35)% reduced Duration", statOrder = { 771 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Effect", statOrder = { 913 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffWardWhileHealingUnique__1"] = { affix = "", "50% reduced Ward during Effect", statOrder = { 853 }, level = 1, group = "FlaskBuffWardWhileHealing", weightKey = { }, weightVal = { }, modTags = { "flask", "defences" }, }, + ["FlaskWardUnbreakableDuringEffectUnique__1"] = { affix = "", "Ward does not Break during Effect", statOrder = { 854 }, level = 1, group = "FlaskWardUnbreakableDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "defences" }, }, + ["GlobalSpellGemsLevelUnique__1"] = { affix = "", "+2 to Level of all Spell Skill Gems", statOrder = { 1521 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrder = { 1524 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrder = { 1525 }, level = 1, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of Socketed Lightning Gems", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrder = { 1526 }, level = 1, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrder = { 1522 }, level = 1, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrder = { 10315 }, level = 1, group = "GlobalVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedProjectileGemLevel1"] = { affix = "", "+1 to Level of Socketed Projectile Gems", statOrder = { 157 }, level = 1, group = "LocalIncreaseSocketedProjectileGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevel1"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrder = { 154 }, level = 1, group = "LocalIncreaseSocketedSpellGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUniqueWand4"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrder = { 154 }, level = 1, group = "LocalIncreaseSocketedSpellGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevelUnique__1"] = { affix = "", "+(1-2) to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevelUnique__2"] = { affix = "", "+(1-2) to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevelUnique__3"] = { affix = "", "+1 to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevelUnique__4"] = { affix = "", "+1 to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 100, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevelUnique__5"] = { affix = "", "+(1-2) to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMeleeSkillGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of all Melee Skill Gems", statOrder = { 9031 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__2_"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__3"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__4"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__5____"] = { affix = "", "+3 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Spell Gems", statOrder = { 154 }, level = 1, group = "LocalIncreaseSocketedSpellGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrder = { 1523 }, level = 1, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrder = { 1523 }, level = 1, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__2"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedBowGemLevelUniqueBow2"] = { affix = "", "+1 to Level of Socketed Bow Gems", statOrder = { 158 }, level = 1, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Cold Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__4"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__5"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueRapier1"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrder = { 159 }, level = 1, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrder = { 1524 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueSceptre1"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueBodyInt4"] = { affix = "", "+3 to Level of Socketed Fire Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrder = { 159 }, level = 1, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4"] = { affix = "", "+1 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___1"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___2___"] = { affix = "", "+5 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___3"] = { affix = "", "+(3-5) to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueClaw5"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing23"] = { affix = "", "+5 to Level of Socketed Gems", statOrder = { 142 }, level = 57, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetDexInt5"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing39"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueWand8"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__2"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrder = { 1521 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__6"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__7"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__8"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__9"] = { affix = "", "+(5-8) to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__10"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__11_"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedDexterityGemLevelUniqueClaw8"] = { affix = "", "+1 to Level of Socketed Dexterity Gems", statOrder = { 140 }, level = 1, group = "LocalIncreaseSocketedDexterityGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing35"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrder = { 182 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing36"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrder = { 182 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing37"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrder = { 182 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5"] = { affix = "", "+3 to Level of Socketed Warcry Gems", statOrder = { 172 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrder = { 172 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrder = { 172 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrder = { 1326, 1935 }, level = 1, group = "LocalAccuracyRatingAndAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAccuracyUnique__3"] = { affix = "", "+(400-500) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyUnique__4"] = { affix = "", "+(400-500) to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrder = { 1935 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrder = { 1751 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrder = { 1751 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrder = { 1068 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(7-9)% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 7, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-6)% Chance to Block Spell Damage", statOrder = { 1071 }, level = 1, group = "AdditionalSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__4"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CullingStrike"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrder = { 1080 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrder = { 1080 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrder = { 1080 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrder = { 1954 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUniqueTwoHandMace6"] = { affix = "", "Hits can't be Evaded", statOrder = { 1954 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrder = { 1954 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrder = { 1955 }, level = 1, group = "AlwaysHitsGlobal", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrder = { 1955 }, level = 1, group = "AlwaysHitsGlobal", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrder = { 1953 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrder = { 1953 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrder = { 1953 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrder = { 2458 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrder = { 1968 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrder = { 1493 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff6"] = { affix = "", "50% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrder = { 1493 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "25% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueRing16"] = { affix = "", "25% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrder = { 1484 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrder = { 1484 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__23"] = { affix = "", "24% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__24"] = { affix = "", "+(45-60) to maximum Life", statOrder = { 1482 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__25"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__26"] = { affix = "", "(-17-17)% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrder = { 1484 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDagger1"] = { affix = "", "30% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__8"] = { affix = "", "(15-20)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__9"] = { affix = "", "30% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrder = { 1790 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrder = { 1790 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrder = { 1790 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrder = { 1790 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrder = { 1790 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrder = { 2089 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrder = { 482 }, level = 1, group = "SocketedSkillsHaveReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrder = { 482 }, level = 1, group = "SocketedSkillsHaveReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["BloodMagic"] = { affix = "", "Blood Magic", statOrder = { 10562 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ArsenalOfVengeance"] = { affix = "", "Arsenal of Vengeance", statOrder = { 10596 }, level = 1, group = "ArsenalOfVengeance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["RetaliationSkillsBecomeUsableEveryXSecondsUnique_1"] = { affix = "", "Damaging Retaliation Skills become Usable every 4 seconds", statOrder = { 9736 }, level = 78, group = "RetaliationSkillsUsableAfterDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RetaliationSkillDamageUnique_1"] = { affix = "", "Retaliation Skills deal (50-100)% increased Damage", statOrder = { 9730 }, level = 1, group = "RetaliationSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["RetaliateSkillUseWindowDuration_1"] = { affix = "", "Retaliation Skills become Usable for (50-100)% longer", statOrder = { 9740 }, level = 1, group = "RetaliationSkillUseWindowDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrder = { 1829 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrder = { 1707 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 1707 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrder = { 1707 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrder = { 1707 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrder = { 1682 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrder = { 1682 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrder = { 1679 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrder = { 1884 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrder = { 2820, 2821 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrder = { 2826 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrder = { 2826 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrder = { 2826 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrder = { 2816 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "minion" }, }, + ["MinionAttackBlockChanceUnique__2"] = { affix = "", "Minions have +25% Chance to Block Attack Damage", statOrder = { 2816 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "minion" }, }, + ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrder = { 2817 }, level = 1, group = "MinionSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "minion" }, }, + ["MinionSpellBlockChanceUnique__2"] = { affix = "", "Minions have +25% Chance to Block Spell Damage", statOrder = { 2817 }, level = 1, group = "MinionSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "minion" }, }, + ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have +(10-12)% chance to Suppress Spell Damage", statOrder = { 9154 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% chance to Suppress Spell Damage", statOrder = { 9154 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionSuppressSpellChanceUnique__1"] = { affix = "", "Minions have +(20-24)% chance to Suppress Spell Damage", statOrder = { 9154 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrder = { 2084 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrder = { 2084 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrder = { 2079 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrder = { 2079 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrder = { 2079 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__3__"] = { affix = "", "(0-50)% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["BeltIncreasedFlaskEffectUnique__1"] = { affix = "", "Flasks applied to you have 25% increased Effect", statOrder = { 2655 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskEffectUnique__2"] = { affix = "", "Flasks applied to you have 60% reduced Effect", statOrder = { 2655 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrder = { 2094 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrder = { 2094 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrder = { 2095 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargedUsedUnique__2"] = { affix = "", "(7-10)% reduced Flask Charges used", statOrder = { 2095 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__4"] = { affix = "", "150% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 2098 }, level = 14, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "10% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryUnique__1"] = { affix = "", "(30-40)% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryUnique__2"] = { affix = "", "100% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryUnique__1"] = { affix = "", "(15-30)% increased Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryUnique__2"] = { affix = "", "100% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUnique__1"] = { affix = "", "(15-30)% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUnique__2"] = { affix = "", "(1-100)% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(60-100)% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrder = { 1971 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrder = { 2100 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrder = { 2100 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrder = { 2100 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrder = { 2101 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrder = { 2101 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrder = { 2094 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrder = { 1769 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrder = { 1769 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrder = { 1769 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrder = { 1769 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Acrobatics"] = { affix = "", "Acrobatics", statOrder = { 10557 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrder = { 48 }, level = 1, group = "HasNoSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrder = { 1754 }, level = 1, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackerTakesDamageUnique_1"] = { affix = "", "Reflects (200-300) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUnique__2"] = { affix = "", "Reflects (100-150) Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 100 Cold Damage to Melee Attackers", statOrder = { 2114 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrder = { 2113 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrder = { 2108 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+25 Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["PainAttunement"] = { affix = "", "Pain Attunement", statOrder = { 10589 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrder = { 1516 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrder = { 1516 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrder = { 1516 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrder = { 1516 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrder = { 1757 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1757 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrder = { 1750 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrder = { 1750 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1757 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrder = { 1750, 1751 }, level = 31, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeFrozenOrChilledUnique__2"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrder = { 1750, 1751 }, level = 1, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrder = { 1799 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrder = { 1535 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+(150-250) to Evasion Rating while on Low Life", statOrder = { 1458 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrder = { 1856 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrder = { 1856 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrder = { 1856 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrder = { 1512 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUnique__1"] = { affix = "", "(10-20)% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrder = { 1713 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrder = { 1713 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrder = { 1712 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrder = { 1713 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUnique__1"] = { affix = "", "30% increased Movement Speed when on Full Life", statOrder = { 1713 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "100% of Physical Damage Converted to Cold Damage", statOrder = { 1868 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrder = { 1844 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1868 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1868 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrder = { 1868 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__3"] = { affix = "", "(0-50)% of Physical Damage Converted to Cold Damage", statOrder = { 1868 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__5"] = { affix = "", "(0-50)% of Physical Damage Converted to Lightning Damage", statOrder = { 1870 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrder = { 1135 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrder = { 1135 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["Conduit"] = { affix = "", "Conduit", statOrder = { 10565 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-(15-10) Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUnique__1"] = { affix = "", "-(60-30) Physical Damage taken from Attack Hits", statOrder = { 2145 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+10% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex3__"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__8_"] = { affix = "", "+(9-13)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__9"] = { affix = "", "+(20-25)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__10"] = { affix = "", "+(3-8)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__11"] = { affix = "", "+15% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__12"] = { affix = "", "+(1-10)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__13"] = { affix = "", "+(5-10)% Chance to Block", statOrder = { 2160 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrder = { 1069 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-7)% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "7% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt4"] = { affix = "", "7% Chance to Block Spell Damage", statOrder = { 1068 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrder = { 1058 }, level = 1, group = "SpellBlockPercentageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(20-30)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentageRainbowstride", weightKey = { }, weightVal = { }, modTags = { "block", "blue_herring" }, }, + ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrder = { 1542 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrder = { 1542 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistUnique__2"] = { affix = "", "+3% to maximum Cold Resistance", statOrder = { 1542 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrder = { 1536 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrder = { 1536 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrder = { 1547 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrder = { 1547 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrder = { 2114 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrder = { 2157 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrder = { 2157 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrder = { 1741 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrder = { 987 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrder = { 987 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attack Damage", statOrder = { 2169 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrder = { 1555 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrder = { 1555 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumResistsUnique__2"] = { affix = "", "-5% to all maximum Resistances", statOrder = { 1555 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrder = { 1542 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrder = { 380 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrder = { 380 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrder = { 380 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrder = { 380 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrder = { 392 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrder = { 389 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrder = { 390 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrder = { 390 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrder = { 390 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrder = { 2171 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrder = { 1748 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "critical" }, }, + ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrder = { 2174 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrder = { 397 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 30 Blind", statOrder = { 397 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrder = { 397 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrder = { 397 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "80% reduced Freeze Duration on you", statOrder = { 1787 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrder = { 1787 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-1000)% more Physical Damage with Unarmed Melee Attacks", statOrder = { 2347 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrder = { 296 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrder = { 203 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrder = { 203 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 338 }, level = 1, group = "SupportedByIntensifyLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrder = { 2351 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExtraGore"] = { affix = "", "Extra gore", statOrder = { 10643 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrder = { 59 }, level = 1, group = "OneSocketEachColour", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrder = { 1528, 1529 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 2071, 2072, 9345 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+(1-2) to maximum number of Raised Zombies", "+(1-2) to maximum number of Spectres", "+(1-2) to maximum number of Skeletons", statOrder = { 2071, 2072, 2073 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 2072 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 9345 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 2073 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 2072 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrder = { 9845, 9846, 9847 }, level = 1, group = "SkeletonSpeedOld", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 2072 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUnique__2"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 2072 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrder = { 9847 }, level = 1, group = "SkeletonMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrder = { 9845 }, level = 1, group = "SkeletonAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrder = { 9846 }, level = 1, group = "SkeletonCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 454 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 454 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 454 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrder = { 462 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrder = { 2111 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrder = { 2111 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrder = { 4941 }, level = 1, group = "PhysicalDamageConvertToChaosPerLevel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 2071, 2072, 9345 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 2071, 2072, 2073 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrder = { 989, 2350 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["ChaosTakenOnES"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield", statOrder = { 2421 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2362 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, }, + ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% more Damage with Arrow Hits at Close Range", statOrder = { 2353 }, level = 1, group = "ChinSolPhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrder = { 2355 }, level = 1, group = "ChinSolCloseRangeKnockBack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrder = { 2366 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 2366 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrder = { 2366 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["PercentDamageGoesToManaUnique__2"] = { affix = "", "(6-12)% of Damage taken Recouped as Mana", statOrder = { 2366 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueBodyInt2"] = { affix = "", "(40-75)% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2358 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2358 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 100 Fire Damage to Melee Attackers", statOrder = { 2115 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AttackerTakesFireDamageUnique__1"] = { affix = "", "Reflects 100 Fire Damage to Melee Attackers", statOrder = { 2115 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AttackerTakesColdDamageUnique__1"] = { affix = "", "Reflects 100 Cold Damage to Melee Attackers", statOrder = { 2114 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesLightningDamageUnique__1"] = { affix = "", "Reflects 100 Lightning Damage to Melee Attackers", statOrder = { 2116 }, level = 1, group = "AttackerTakesLightningDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrder = { 1752 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrder = { 1752 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrder = { 1909 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RangedWeaponPhysicalDamagePlusPercentUnique__1"] = { affix = "", "(75-150)% increased Physical Damage with Ranged Weapons", statOrder = { 1909 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "1000% of Melee Physical Damage taken reflected to Attacker", statOrder = { 2368 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrder = { 2369 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__1"] = { affix = "", "+(2-6)% Chance to Block Attack Damage", statOrder = { 2369 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrder = { 1051 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrder = { 4889 }, level = 1, group = "ArrowsAlwaysPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1704 }, level = 45, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver5New"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1704 }, level = 32, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrder = { 7206 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrder = { 1076 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrder = { 2374 }, level = 1, group = "ArmourPercentVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% chance to Block Projectile Attack Damage", statOrder = { 2375 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CannotLeech"] = { affix = "", "Cannot Leech", statOrder = { 2376 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 30% increased Reservation Efficiency", statOrder = { 455 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 45% increased Reservation Efficiency", statOrder = { 455 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 25% increased Reservation Efficiency", statOrder = { 455 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation Efficiency", statOrder = { 455 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2372 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2372 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrder = { 993 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrder = { 993 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrder = { 992 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrder = { 385 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrder = { 385 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrder = { 385 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__3"] = { affix = "", "Socketed Gems are Supported by Level 29 Added Chaos Damage", statOrder = { 385 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Recover Energy Shield equal to 2% of Armour when you Block", statOrder = { 2379 }, level = 1, group = "EnergyShieldGainedOnBlockBasedOnArmour", weightKey = { }, weightVal = { }, modTags = { "block", "defences", "energy_shield" }, }, + ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrder = { 2380 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrder = { 1692 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrder = { 1692 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrder = { 999 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrder = { 999 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrder = { 999 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrder = { 999 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrder = { 999 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrder = { 998 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrder = { 998 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrder = { 998 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrder = { 998 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__4"] = { affix = "", "+100 Strength Requirement", statOrder = { 998 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrder = { 992 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrder = { 992 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUnique_1"] = { affix = "", "+200 Intelligence Requirement", statOrder = { 992 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrder = { 990 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrder = { 997 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "100% increased Spell Damage taken when on Low Mana", statOrder = { 2382 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+1000 to Evasion Rating while on Full Life", statOrder = { 1459 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrder = { 1459 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrder = { 2387 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrder = { 811 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2393 }, level = 1, group = "CausesBleeding50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2392 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2392 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2392 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2392 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrder = { 7730 }, level = 1, group = "LocalCausesBleedingOnCrit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrder = { 7739 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrder = { 2390 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrder = { 2406 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrder = { 2085 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AuraEffectUniqueShieldInt2"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 2056 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, }, + ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 2056 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, }, + ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrder = { 1946 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrder = { 1946 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrder = { 1946 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrder = { 1946 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrder = { 1946 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrder = { 1104 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "25% reduced Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrder = { 1105 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrder = { 1105 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrder = { 1105 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LightRadiusUniqueSceptre2"] = { affix = "", "50% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrder = { 2411 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__1"] = { affix = "", "(15-20)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__7_"] = { affix = "", "(15-25)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__8"] = { affix = "", "20% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__9"] = { affix = "", "25% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__10"] = { affix = "", "50% reduced Light Radius", statOrder = { 2411 }, level = 100, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightRadiusUnique__11"] = { affix = "", "50% increased Light Radius", statOrder = { 2411 }, level = 92, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit", statOrder = { 2432 }, level = 1, group = "EnfeebleOnHitUncursed", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrder = { 2422 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrder = { 6801 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrder = { 2443 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrder = { 2446 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrder = { 2448 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 2143 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueHelmetDex5_"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUnique__1"] = { affix = "", "(-15-15)% reduced Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUnique__3"] = { affix = "", "(10-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 20, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2143 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 2144 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__1_"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 2144 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 2143 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueJewel44_"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaReservationCostUnique__1"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 2144 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__3__"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 2143 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__5"] = { affix = "", "(5-10)% increased Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyUnique__6"] = { affix = "", "(20-35)% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyUnique__7"] = { affix = "", "(20-35)% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyUnique__8"] = { affix = "", "(20-35)% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyUnique__9"] = { affix = "", "(20-35)% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyUnique__10"] = { affix = "", "(20-35)% reduced Reservation Efficiency of Skills", statOrder = { 2141 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ManaReservationEfficiencyUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 2139 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrder = { 1540 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "100% chance to Avoid being Ignited while on Low Life", statOrder = { 1760 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrder = { 393 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrder = { 393 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-20)% reduced Skill Effect Duration", statOrder = { 1808 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__2_"] = { affix = "", "(-20-20)% reduced Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrder = { 1808 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+5 to Level of Socketed Movement Gems", statOrder = { 163 }, level = 1, group = "LocalIncreaseSocketedMovementGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "+2% chance to Suppress Spell Damage per Frenzy Charge", statOrder = { 2457 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EvasionRatingPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "10% increased Evasion Rating per Frenzy Charge", statOrder = { 1469 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUnique__1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrder = { 2454 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrder = { 2455 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrder = { 2456 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrder = { 2038 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrder = { 2038 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrder = { 2165 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TotemLifeUniqueBodyInt7"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1687 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrder = { 1687 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__2_"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1687 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrder = { 391 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrder = { 387 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die", statOrder = { 2462 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrder = { 394 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsAddedLightningDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Added Lightning Damage", statOrder = { 394 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 7300 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 7300 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrder = { 1770 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__2"] = { affix = "", "(1-100)% increased Duration of Lightning Ailments", statOrder = { 7300 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__3"] = { affix = "", "25% increased Shock Duration on Enemies", statOrder = { 1770 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrder = { 2152 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrder = { 2152 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrder = { 2152 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrder = { 988 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesDexInt1"] = { affix = "", "400% increased Attribute Requirements", statOrder = { 988 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrder = { 988 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2430 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrder = { 1415 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrder = { 1518 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrder = { 2463 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% increased Attribute Requirements", statOrder = { 2463 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrder = { 2463 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrder = { 2463 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__3"] = { affix = "", "Items and Gems have (5-10)% reduced Attribute Requirements", statOrder = { 2463 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUniqueRing26"] = { affix = "", "60% reduced Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ManaGainPerTargetUniqueRing7"] = { affix = "", "Gain 30 Mana per Enemy Hit with Attacks", statOrder = { 1657 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "Grants 30 Mana per Enemy Hit", statOrder = { 1658 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__1"] = { affix = "", "Grants (2-3) Mana per Enemy Hit", statOrder = { 1658 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__2"] = { affix = "", "Grants 2 Mana per Enemy Hit", statOrder = { 1658 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__3"] = { affix = "", "Gain (5-10) Mana per Enemy Killed", statOrder = { 1676 }, level = 40, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrder = { 425 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrder = { 425 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrder = { 1425 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrder = { 2465 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrder = { 2466 }, level = 1, group = "ChaosResistanceOnLowLife", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrder = { 2464 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Faster Attacks", statOrder = { 396 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrder = { 396 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrder = { 396 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Faster Attacks", statOrder = { 396 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Melee Physical Damage", statOrder = { 395 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrder = { 2035 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrder = { 2035 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, }, + ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrder = { 2467 }, level = 1, group = "EnemyExtraDamageRollsOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 6315 }, level = 68, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__2"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 6315 }, level = 1, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrder = { 6275 }, level = 37, group = "EnemyExtraDamageRollsWithLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["EnemyExtraDamagerollsWithPhysicalDamageUnique_1"] = { affix = "", "Physical Damage of Enemies Hitting you is Unlucky", statOrder = { 6274 }, level = 98, group = "EnemyExtraDamageRollsWithPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrder = { 2469 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrder = { 2468 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrder = { 2117 }, level = 1, group = "AttackerTakesChaosDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__4"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrder = { 2053 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrder = { 2053 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrder = { 2053 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrder = { 2051 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrder = { 2051 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrder = { 2051 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrder = { 2484 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrder = { 2485 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrder = { 2494 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrder = { 192 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, }, + ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrder = { 192 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "Gain (15-20) Energy Shield per Enemy Killed", statOrder = { 2482 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "Gain (10-15) Energy Shield per Enemy Killed", statOrder = { 2482 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "Gain (15-25) Energy Shield per Enemy Hit with Attacks", statOrder = { 1660 }, level = 1, group = "EnergyShieldGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "attack" }, }, + ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrder = { 2495 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrder = { 5691 }, level = 1, group = "IncreasedClawAllDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrder = { 2496 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1134 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1134 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrder = { 1134 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectile Hits", statOrder = { 2662 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrder = { 2460 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrder = { 2461 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrder = { 2586 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2595 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2595 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrder = { 1093 }, level = 20, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrder = { 1094 }, level = 20, group = "HybridStrInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrder = { 1095 }, level = 20, group = "HybridDexInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrder = { 1093 }, level = 1, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+0.2 metres to Melee Strike Range", statOrder = { 2445 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+0.2 metres to Melee Strike Range", statOrder = { 2445 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+0.2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+0.2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+1 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+0.2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+0.2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+0.2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrder = { 2036 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrder = { 2036 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrder = { 2539 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrder = { 2546 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrder = { 2502 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrder = { 2548 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrder = { 2549 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrder = { 2550 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrder = { 2551 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrder = { 2558 }, level = 38, group = "RightRingSlotNoManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 6% of Energy Shield per second", statOrder = { 2559 }, level = 38, group = "RightRingSlotEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrder = { 2570 }, level = 1, group = "LeftRingSlotManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrder = { 2563 }, level = 1, group = "LeftRingSlotNoEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrder = { 2556 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrder = { 2556 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrder = { 2556 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrder = { 2555 }, level = 1, group = "FlatEnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["NoEnergyShieldRegenerationUnique__1"] = { affix = "", "Immortal Ambition", statOrder = { 10604 }, level = 60, group = "SoulTether", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrder = { 1574 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrder = { 2552 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical", "drop" }, }, + ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrder = { 2553 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrder = { 2553 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrder = { 1959 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrder = { 2538 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrder = { 2723 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrder = { 1752 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrder = { 2537 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrder = { 1052 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrder = { 2497 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrder = { 2497 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrder = { 2497 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1000 to 10000 Physical Damage to Attackers on Block", statOrder = { 2497 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrder = { 2497 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "(34-48) Life gained when you Block", statOrder = { 1670 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "(18-24) Mana gained when you Block", statOrder = { 1671 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlockUnique__1"] = { affix = "", "(30-50) Mana gained when you Block", statOrder = { 1671 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrder = { 2500 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (100-125)% more Physical Damage", statOrder = { 10545 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrder = { 2501 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, + ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrder = { 2590 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 50% of their Life as Fire Damage", statOrder = { 2592 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrder = { 2499 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrder = { 2503 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrder = { 2506 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrder = { 1879 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrder = { 2504 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrder = { 2589 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrder = { 2588 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(30-50)% increased Rarity of Items found during Effect", statOrder = { 937 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, modTags = { "flask", "drop" }, }, + ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Effect", statOrder = { 936 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, modTags = { "flask", "drop" }, }, + ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Effect", statOrder = { 940 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Effect", statOrder = { 925 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+10% to Elemental Resistances during Effect", statOrder = { 945 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrder = { 2598 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage150Percent", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrder = { 1882 }, level = 1, group = "ConvertFireToChaos60PercentValue", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrder = { 1881 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrder = { 1882 }, level = 1, group = "ConvertFireToChaos60PercentValue", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrder = { 1881 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrder = { 2585 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrder = { 2792 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrder = { 2792 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrder = { 2605 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrder = { 2607 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrder = { 1632 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrder = { 8024 }, level = 88, group = "ManaLeechPermyriadPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__3"] = { affix = "", "Adds (600-650) to (750-800) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__4"] = { affix = "", "Adds (163-199) to (241-293) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrder = { 1858 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrder = { 1858 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1858 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1858 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrder = { 2609 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrder = { 2604 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrder = { 10640 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, }, + ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrder = { 2603 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrder = { 2603 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrder = { 10640 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, }, + ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrder = { 10646 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrder = { 10640 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, }, + ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrder = { 1899 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrder = { 1899 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MaximumBlockChanceUnique__2"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrder = { 1899 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MaximumSpellBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Spell Damage", statOrder = { 1900 }, level = 1, group = "MaximumSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrder = { 2475 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrder = { 2479 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrder = { 2479 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrder = { 2352 }, level = 1, group = "EnemiesCannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrder = { 2481 }, level = 1, group = "CannotLeechOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrder = { 1147 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrder = { 1147 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrder = { 1147 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrder = { 1147 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrder = { 1147 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "50% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrder = { 10583 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 50% increased Damage", statOrder = { 2611 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (150-200) to (330-400) Fire Damage in Main Hand", statOrder = { 1276 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrder = { 1276 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (151-199) to (331-401) Chaos Damage in Off Hand", statOrder = { 1304 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrder = { 1285 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrder = { 2783 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, + ["ChaosDamageCanShockUnique__1"] = { affix = "", "Your Chaos Damage can Shock", statOrder = { 2783 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, + ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1877 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1877 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["MaximumShockOverrideUniqueBow10"] = { affix = "", "+40% to Maximum Effect of Shock", statOrder = { 10308 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 7801 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 7801 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrder = { 2617 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrder = { 421 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 427 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrder = { 427 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrder = { 788 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, modTags = { "flask", "defences", "energy_shield" }, }, + ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrder = { 789 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Frenzy Charge on use", statOrder = { 801 }, level = 1, group = "FlaskGainFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Power Charge on use", statOrder = { 802 }, level = 1, group = "FlaskGainPowerCharge", weightKey = { }, weightVal = { }, modTags = { "flask", "power_charge" }, }, + ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Endurance Charge on use", statOrder = { 800 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "Gain 1 Endurance Charge on use", statOrder = { 800 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrder = { 2625 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges per use", statOrder = { 760 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges per use", statOrder = { 760 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUniqueFlask36"] = { affix = "", "(200-300)% increased Charges per use", statOrder = { 760 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges per use", statOrder = { 760 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrder = { 2622 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrder = { 2623 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrder = { 5923 }, level = 1, group = "DamageCannotBeReflected", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrder = { 2894 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrder = { 2668 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrder = { 2610 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrder = { 2756 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrder = { 2757 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrder = { 2758 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrder = { 2758 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrder = { 2760 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrder = { 2761 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrder = { 2761 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrder = { 2761 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrder = { 2762 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrder = { 2762 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrder = { 2762 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrder = { 2650 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "Gain (15-20) Life per Enemy Hit with Spells", statOrder = { 1652 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "Gain 3 Life per Enemy Hit with Spells", statOrder = { 1652 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life per Enemy Hit with Spells", statOrder = { 1652 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrder = { 2634 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrder = { 2631 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2639 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2640 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2640 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+0.2 metres to Melee Strike Range per White Socket", statOrder = { 2645 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrder = { 2661 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrder = { 2744 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrder = { 2652 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "defences", "energy_shield" }, }, + ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain (40-60)% of Physical Damage as Extra Chaos Damage", statOrder = { 1846 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Chaos Damage", statOrder = { 1846 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain (6-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1852 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain (6-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1851 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain (6-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1849 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2360 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrder = { 2680 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrder = { 2681 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrder = { 7077 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrder = { 1838 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrder = { 1838 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2685 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2685 }, level = 1, group = "MovementSpeedOnTrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 15 Trap", statOrder = { 381 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrder = { 381 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrder = { 381 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["TrapDurationUniqueBelt6"] = { affix = "", "(50-75)% reduced Trap Duration", statOrder = { 1834 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrder = { 1834 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrder = { 1107 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrder = { 1107 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrder = { 1107 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "Always Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(10-25)% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__2"] = { affix = "", "(20-25)% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__3"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrder = { 2715 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrder = { 2715 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrder = { 2716 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrder = { 1630 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrder = { 8026 }, level = 1, group = "ManaLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrder = { 6334 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrder = { 1602 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrder = { 1601 }, level = 1, group = "LifeLeechPermyriadOnShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrder = { 2720 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrder = { 5972 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "(30-40)% increased Elemental Damage with Hits and Ailments for", "each type of Elemental Ailment on Enemy", statOrder = { 6193, 6193.1 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrder = { 2725 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrder = { 2725 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrder = { 2726 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Effect", statOrder = { 782 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Skills Cost no Mana during Effect", statOrder = { 943 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrder = { 2727 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrder = { 2727 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrder = { 2728 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrder = { 2728 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 60 seconds", statOrder = { 2729 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds", statOrder = { 6660 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainShrineOnRareOrUniqueKillUnique_1"] = { affix = "", "Gain a random Shrine Buff for 30 seconds when you Kill a Rare or Unique Enemy", statOrder = { 6713 }, level = 81, group = "GainShrineOnRareOrUniqueKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainManaPer2IntelligenceUnique_1"] = { affix = "", "+1 to maximum Mana per 2 Intelligence", statOrder = { 8995 }, level = 1, group = "ManaPer2Intelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__3"] = { affix = "", "Regenerate (3-5) Mana per second", statOrder = { 1495 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrder = { 2730 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["ManaShield"] = { affix = "", "Mind Over Matter", statOrder = { 10586 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrder = { 1533 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["ReturningProjectilesUniqueDescentBow1"] = { affix = "", "Projectiles Return to you", statOrder = { 2735 }, level = 1, group = "ReturningProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrder = { 1911 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrder = { 1910 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrder = { 2660 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrder = { 2689 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrder = { 2690 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrder = { 428 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrder = { 466 }, level = 1, group = "DisplaySocketedGemsHaveIronWill", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrder = { 2737 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "+12% chance to Suppress Spell Damage", statOrder = { 1055 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueJewel46"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1055 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUniqueJewel46"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__1"] = { affix = "", "+50% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "+15% chance to Suppress Spell Damage", statOrder = { 1055 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgeUnique__1"] = { affix = "", "+(6-10)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeImplicitShield1"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeImplicitShield2"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "+15% chance to Suppress Spell Damage", statOrder = { 1055 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUniqueBodyDex1"] = { affix = "", "+30% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "+(6-10)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "+20% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "+(10-12)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__1_"] = { affix = "", "+(26-32)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__2"] = { affix = "", "+(20-25)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__3"] = { affix = "", "+(0-30)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 50, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__4"] = { affix = "", "+(6-10)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrder = { 2740 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrder = { 2738 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrder = { 2754 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrder = { 2743 }, level = 1, group = "LeechLifeOnCast", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrder = { 2733 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrder = { 3352 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrder = { 2153 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-(200-100) Fire Damage taken from Hits", statOrder = { 2148 }, level = 1, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrder = { 2749 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrder = { 2748 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CullingAgainstFrozenEnemiesUnique__1"] = { affix = "", "Culling Strike against Frozen Enemies", statOrder = { 5892 }, level = 1, group = "CullingAgainstFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrder = { 2751 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5903 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5903 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrder = { 5903 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 164 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 164 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 164 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 164 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrder = { 2763, 2764 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, + ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrder = { 2082 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrder = { 2082 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 3213 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos", "resistance" }, }, + ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrder = { 2747 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__5"] = { affix = "", "(10-15)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["DodgeImplicitMarakethSword1"] = { affix = "", "15% chance to Maim on Hit", statOrder = { 7845 }, level = 1, group = "LocalChanceToMaim", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DodgeImplicitMarakethSword2"] = { affix = "", "20% chance to Maim on Hit", statOrder = { 7845 }, level = 1, group = "LocalChanceToMaim", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrder = { 2498 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DuplicatesRingStats"] = { affix = "", "Reflects opposite Ring", statOrder = { 2766 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrder = { 1123 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrder = { 2767 }, level = 1, group = "FishingExoticFish", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrder = { 2769 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, + ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrder = { 2770 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrder = { 2771 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrder = { 465 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrder = { 2806 }, level = 1, group = "ChillImmunityWhenChilled", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrder = { 2808 }, level = 1, group = "FreezeImmunityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrder = { 2809 }, level = 1, group = "IgniteImmunityWhenIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrder = { 2810 }, level = 1, group = "ShockImmunityWhenShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrder = { 2812 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrder = { 2813 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrder = { 2814 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown", "Socketed Lightning Spells have no Cost if Triggered", statOrder = { 740, 740.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster" }, }, + ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrder = { 2612 }, level = 1, group = "UndyingBreathCurseAuraDisplay", weightKey = { }, weightVal = { }, modTags = { "caster", "aura", "curse" }, }, + ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrder = { 1104 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrder = { 2819 }, level = 1, group = "UndyingBreathDamageAuraDisplay", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrder = { 2136 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrder = { 2136 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrder = { 2136 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrder = { 2136 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__3"] = { affix = "", "50% increased Area of Effect of Hex Skills", statOrder = { 2136 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__4"] = { affix = "", "(25-50)% reduced Area of Effect of Hex Skills", statOrder = { 2136 }, level = 40, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_1"] = { affix = "", "15% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 97, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_2"] = { affix = "", "(20-30)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_3"] = { affix = "", "(20-30)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_4"] = { affix = "", "(20-30)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_5"] = { affix = "", "(20-30)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUnique_6"] = { affix = "", "(20-30)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["ColdDamageModsApplyToColdAuraEffectAtPercentUnique_1"] = { affix = "", "Increases and Reductions to Cold Damage also apply to Effect of", "Auras from Cold Skills at (10-15)% of their value, up to a maximum of 150%", statOrder = { 4506, 4506.1 }, level = 53, group = "ColdDamageAppliesToColdAuraEffectUnique", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "aura" }, }, + ["LightningDamageModsApplyToLightningAuraEffectAtPercentUnique_1"] = { affix = "", "Increases and Reductions to Lightning Damage also apply to Effect of", "Auras from Lightning Skills at (10-15)% of their value, up to a maximum of 150%", statOrder = { 4511, 4511.1 }, level = 53, group = "LightningDamageAppliesToLightningAuraEffectUnique", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "aura" }, }, + ["FireDamageModsApplyToFireAuraEffectAtPercentUnique_1"] = { affix = "", "Increases and Reductions to Fire Damage also apply to Effect of", "Auras from Fire Skills at (10-15)% of their value, up to a maximum of 150%", statOrder = { 4508, 4508.1 }, level = 53, group = "FireDamageAppliesToFireAuraEffectUnique", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "aura" }, }, + ["PhysicalDamageModsApplyToPhysicalAuraEffectAtPercentUnique_1"] = { affix = "", "Increases and Reductions to Physical Damage also apply to Effect of", "Auras from Physical Skills at (10-15)% of their value, up to a maximum of 150%", statOrder = { 4514, 4514.1 }, level = 53, group = "PhysicalDamageAppliesToPhysicalAuraEffectUnique", weightKey = { }, weightVal = { }, modTags = { "physical", "aura" }, }, + ["ChaosDamageModsApplyToChaosAuraEffectAtPercentUnique_1"] = { affix = "", "Increases and Reductions to Chaos Damage also apply to Effect of", "Auras from Chaos Skills at (10-15)% of their value, up to a maximum of 150%", statOrder = { 4505, 4505.1 }, level = 53, group = "ChaosDamageAppliesToChaosAuraEffectUnique", weightKey = { }, weightVal = { }, modTags = { "chaos", "aura" }, }, + ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AuraEffectGlobalUnique__1"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrder = { 1960 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrder = { 1961 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrder = { 1962 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrder = { 9486 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrder = { 1963 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrder = { 1964 }, level = 1, group = "AtMaximumFrenzyChargesChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrder = { 2103 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrder = { 2816 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "minion" }, }, + ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrder = { 2824 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrder = { 2824 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrder = { 2818 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "minion" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrder = { 1347 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7New"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrder = { 1347 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrder = { 467 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+5 to Level of Socketed Vaal Gems", statOrder = { 168 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, }, + ["LocalIncreaseSocketedNonVaalGemLevelUnique__1"] = { affix = "", "-5 to Level of Socketed Non-Vaal Gems", statOrder = { 171 }, level = 1, group = "LocalIncreaseSocketedNonVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrder = { 168 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, }, + ["RingHasOneSocket"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 7, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["QuiverHasOneSocket"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 57, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AmuletHasOneSocket"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 7, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BeltHasOneSocket"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 70, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasSixSocketsUnique__1"] = { affix = "", "Has 6 Sockets", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasOneSocketUnique__1"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasOneSocketUnique__2"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasOneSocketUnique__3"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrder = { 50 }, level = 57, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasThreeSocketsUnique__1_"] = { affix = "", "Has 3 Sockets", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___11"] = { affix = "", "(25-35)% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrder = { 253 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrder = { 339 }, level = 1, group = "DisplaySupportedByEchoLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrder = { 420 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ControlledDestructionSupportUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 452 }, level = 1, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByArcaneSurgeUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Arcane Surge", statOrder = { 204 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "+(21-24)% chance to Suppress Spell Damage", statOrder = { 1055 }, level = 85, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellDodgeUniqueBootsDex7New"] = { affix = "", "+(20-26)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 85, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrder = { 1582 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrder = { 1583 }, level = 85, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrder = { 1587 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrder = { 1588 }, level = 85, group = "ColdDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrder = { 1591 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrder = { 1592 }, level = 85, group = "LightningDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrder = { 1578 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrder = { 1579 }, level = 85, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, + ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrder = { 2835 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrder = { 2836 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrder = { 2837 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrder = { 2840 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect", statOrder = { 944 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect", statOrder = { 934 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1853 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1853 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1853 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1853 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Effect", statOrder = { 954 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Effect", statOrder = { 939 }, level = 85, group = "ChaosDamageLifeLeechPermyriadWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrder = { 1582 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrder = { 1587 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrder = { 1591 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrder = { 1866 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrder = { 2166 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrder = { 2166 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrder = { 2166 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrder = { 4686 }, level = 1, group = "CorruptionBowArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["AdditionalPierceUnique__1"] = { affix = "", "Arrows Pierce 2 additional Targets", statOrder = { 1704 }, level = 1, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrder = { 9554 }, level = 1, group = "AdditionalPiercePer15Old", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrder = { 1703 }, level = 1, group = "AdditionalPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2433 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 672 }, level = 1, group = "CurseOnHitCriticalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 712 }, level = 1, group = "TriggerOnRareAssassinsMark", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrder = { 404 }, level = 15, group = "SupportedByCastOnStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 30 Melee Splash", statOrder = { 398 }, level = 1, group = "SupportedByMeleeSplash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrder = { 389 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrder = { 559 }, level = 7, group = "PuritySkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrder = { 563 }, level = 1, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrder = { 3044 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrder = { 3042 }, level = 1, group = "ChanceToTakeCriticalStrikeUpdated", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrder = { 3006 }, level = 36, group = "ImmuneToSilence", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrder = { 457 }, level = 1, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrder = { 4904 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrder = { 1705 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrder = { 2507 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionSocketedGemLevel"] = { affix = "", "+2 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrder = { 9080 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, + ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrder = { 3308 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrder = { 3310 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrder = { 3309 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrder = { 2449 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrder = { 1468 }, level = 94, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrder = { 2831 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrder = { 4681 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrder = { 4680 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 20 seconds on using a Vaal Skill", statOrder = { 2833 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrder = { 1598 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrder = { 1599 }, level = 1, group = "ElementalDamageLeechedAsLifePermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 169 }, level = 94, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrder = { 169 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 169 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrder = { 1702 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +2 times", statOrder = { 1702 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrder = { 1702 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes Transfer to all Enemies within 3 metres when Hexed Enemy dies", statOrder = { 2847 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrder = { 1152 }, level = 1, group = "AdditionalMeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrder = { 1150 }, level = 1, group = "AdditionalMeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrder = { 1148 }, level = 1, group = "AdditionalMeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrder = { 2616 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrder = { 2615 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrder = { 2614 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrder = { 410 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrder = { 410 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrder = { 411 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrder = { 2364 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, }, + ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrder = { 2654 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrder = { 2841 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrder = { 2848 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrder = { 2848 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 700% of Weapon Physical Damage as Extra Damage of a random Element", statOrder = { 2848 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrder = { 4277 }, level = 1, group = "WeaponPhysicalDamageAddedAsColdOrLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, + ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrder = { 2843 }, level = 1, group = "IncreaseDamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrder = { 2844 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "20 Life gained on Kill per Frenzy Charge", statOrder = { 2845 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrder = { 1434 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrder = { 10608 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["UnwaveringStanceUnique_2"] = { affix = "", "Unwavering Stance", statOrder = { 10608 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrder = { 1478 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrder = { 790 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrder = { 791 }, level = 1, group = "LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealing", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrder = { 2850 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, modTags = { "power_charge", "attack" }, }, + ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrder = { 539 }, level = 1, group = "BearTrapSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrder = { 2851 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrder = { 2852 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Attack Speed while Ignited", statOrder = { 2853 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrder = { 2853 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Cast Speed while Ignited", statOrder = { 2854 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrder = { 2854 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2861 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2861 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrder = { 7857 }, level = 1, group = "LocalCausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrder = { 2686 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Effect", statOrder = { 926 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, }, + ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Effect", statOrder = { 926 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(4-6)% Chance to Block Spell Damage during Effect", statOrder = { 946 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Effect", statOrder = { 946 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, }, + ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrder = { 2859 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Ignited Enemies", statOrder = { 2866 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrder = { 2882 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "100% Chance to Cause Monster to Flee on Block", statOrder = { 2873 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrder = { 1298 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageImplicitUnique__1"] = { affix = "", "30% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased total Recovery per second from Life Leech", statOrder = { 2068 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrder = { 7251 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased total Recovery per second from Life Leech", statOrder = { 2068 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced total Recovery per second from Life Leech", statOrder = { 2068 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeLeechRateUnique__2"] = { affix = "", "(500-1000)% increased total Recovery per second from Life Leech", statOrder = { 2068 }, level = 52, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaLeechRateUnique__1"] = { affix = "", "(500-1000)% increased total Recovery per second from Mana Leech", statOrder = { 2069 }, level = 52, group = "IncreasedManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrder = { 1320 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrder = { 1320 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrder = { 1320 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrder = { 2867 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrder = { 2868 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrder = { 2869 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrder = { 6614 }, level = 1, group = "AdditionalVaalSoulOnRampage", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrder = { 2880 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrder = { 2881 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrder = { 2871 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrder = { 2874 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrder = { 2875 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrder = { 2876 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrder = { 2877 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrder = { 2878 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, + ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrder = { 1607 }, level = 1, group = "LifeLeechOnCrit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrder = { 1608 }, level = 1, group = "LifeLeechOnCritPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrder = { 2883 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrder = { 10556 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrder = { 10556 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrder = { 10556 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__1"] = { affix = "", "Melee Hits count as Rampage Kills", "Rampage", statOrder = { 10555, 10555.1 }, level = 1, group = "SimulatedRampageMeleeHits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrder = { 10556 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrder = { 10556 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrder = { 2887 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrder = { 2887 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Mana on Kill per Level", statOrder = { 2885 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Energy Shield on Kill per Level", statOrder = { 2886 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Skill Gems", statOrder = { 170 }, level = 1, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedActiveSkillGemLevelUnique__1"] = { affix = "", "+12 to Level of Socketed Skill Gems", statOrder = { 170 }, level = 1, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrder = { 2889 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrder = { 2890 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "Gain 1 Life on Kill per Level", statOrder = { 2884 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrder = { 2888 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrder = { 1804 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrder = { 1804 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "Lose (40-80) Mana when you use a Skill", statOrder = { 7987 }, level = 1, group = "LoseManaOnSkill", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "Lose 40 Mana when you use a Skill", statOrder = { 7987 }, level = 1, group = "LoseManaOnSkill", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrder = { 1490 }, level = 1, group = "IncreaseLifeRegenerationPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreaseSocketedSupportGemQualityUnique__1___"] = { affix = "", "+(5-8)% to Quality of Socketed Support Gems", statOrder = { 184 }, level = 1, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["IncreaseSocketedSupportGemQualityUnique__2"] = { affix = "", "+30% to Quality of Socketed Support Gems", statOrder = { 184 }, level = 1, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrder = { 271 }, level = 1, group = "SocketedGemsSupportedByLifetap", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrder = { 517 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, + ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrder = { 519 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, + ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrder = { 10272 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrder = { 1539 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, + ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrder = { 1551 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, + ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrder = { 1545 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, + ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2897 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2897 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrder = { 2894 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrder = { 1624 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrder = { 1625 }, level = 1, group = "LightningManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrder = { 56 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllSocketsAreWhiteUniqueShieldStrDex7_"] = { affix = "", "All Sockets are White", statOrder = { 56 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, ignoring Curse Limit", statOrder = { 2900 }, level = 1, group = "PunishmentOnMeleeBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, }, + ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit", statOrder = { 2901 }, level = 1, group = "TemporalChainsOnProjectileBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, }, + ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit", statOrder = { 2902 }, level = 1, group = "ElementalWeaknessOnSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, }, + ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrder = { 464 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, modTags = { "gem", "drop" }, }, + ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block", statOrder = { 2898 }, level = 1, group = "VulnerabilityOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, }, + ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block", statOrder = { 2898 }, level = 1, group = "VulnerabilityOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, }, + ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrder = { 2904 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrder = { 1786 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrder = { 1786 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrder = { 1786 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrder = { 2687 }, level = 1, group = "ShocksReflectToSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrder = { 2687 }, level = 1, group = "ShocksReflectToSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrder = { 2719 }, level = 1, group = "MovementVelocityWhileShocked", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrder = { 2688 }, level = 1, group = "DamageIncreaseWhileShocked", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrder = { 1128 }, level = 1, group = "DamagePercentageWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrder = { 405 }, level = 1, group = "SocketedGemsSupportedByCastOnDeath", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrder = { 2724 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrder = { 2724 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrder = { 2487 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrder = { 2670 }, level = 1, group = "IncreasedWeaponElementalDamageDuringFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrder = { 1151 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrder = { 1600 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrder = { 1601 }, level = 48, group = "LeechLifePermyriadVsShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrder = { 1184 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrder = { 1785 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrder = { 1785 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "Gain (4-5) Life for each Ignited Enemy hit with Attacks", statOrder = { 1656 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrder = { 459 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, + ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrder = { 458 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrder = { 1425 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrder = { 2088 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "(10-15)% of Physical Damage from Hits taken as Cold Damage during Effect", statOrder = { 871 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage during effect", statOrder = { 872 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrder = { 1844 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrder = { 1844 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrder = { 1844 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__3"] = { affix = "", "Gain (10-50)% of Physical Damage as Extra Cold Damage", statOrder = { 1844 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Effect", statOrder = { 873 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Effect", statOrder = { 875 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrder = { 1788 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrder = { 1788 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrder = { 2365 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrder = { 1079 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrder = { 1558 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrder = { 1557 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrder = { 10281 }, level = 32, group = "UnaffectedByTemporalChains", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Upfront Skill Mana Costs as Physical Damage", statOrder = { 2124 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrder = { 2153 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2357 }, level = 1, group = "FireDamageTakenAsPhysicalNegate", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "100% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2356 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrder = { 1185 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrder = { 668, 668.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "minion" }, }, + ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 2% increased Damage per 5 Dexterity", statOrder = { 1889 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrder = { 667 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrder = { 5333 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrder = { 2927 }, level = 1, group = "IncreasedDamagePerCurse", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2905 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["StealChargesOnHitPercentUnique__1"] = { affix = "", "Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2905 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrder = { 2050 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrder = { 2050 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrder = { 2909 }, level = 1, group = "DamageVsFullLifePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrder = { 2910 }, level = 1, group = "DamageVsLowLivePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrder = { 2908 }, level = 1, group = "ElementalPenetrationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "(100-200)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2938 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% reduced Duration of Elemental Ailments on Enemies", statOrder = { 1774 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrder = { 1774 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrder = { 1774 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrder = { 2933 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "100% increased Freeze Duration on Enemies", statOrder = { 1771 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrder = { 1769, 1771 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrder = { 1771 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrder = { 2893 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrder = { 2893 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrder = { 2936 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrder = { 2936 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrder = { 2939 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrder = { 2935 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrder = { 2703 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrder = { 2704 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrder = { 4811 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 8 Steel Shards", statOrder = { 9865, 9865.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrder = { 1605 }, level = 65, group = "LifeLeechFromAttacksAgainstChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrder = { 1606 }, level = 65, group = "LifeLeechPermyriadFromAttacksAgainstChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrder = { 2477 }, level = 65, group = "FasterBurnFromAttacksEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, + ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrder = { 523 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsProjectilesNovaUnique__1"] = { affix = "", "Socketed Projectile Spells fire Projectiles in a circle", statOrder = { 524 }, level = 1, group = "DisplaySocketedSpellsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrder = { 521 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrder = { 521 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUnique__1__"] = { affix = "", "Socketed Projectile Spells fire 4 additional Projectiles", statOrder = { 522 }, level = 1, group = "DisplaySocketedSpellsAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrder = { 525 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["MainHandAdditionalProjectilesWhileInOffHandUnique__1"] = { affix = "", "Attacks fire (1-2) additional Projectile when in Off Hand", statOrder = { 10289 }, level = 1, group = "MainHandAdditionalProjectilesWhileInOffHand", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OffHandAreaOfEffectWhileInMainHandUnique__1"] = { affix = "", "Attacks have (40-60)% increased Area of Effect when in Main Hand", statOrder = { 10290 }, level = 1, group = "OffHandAreaOfEffectWhileInMainHand", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 421 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrder = { 422 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrder = { 3478 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrder = { 2943 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrder = { 2944 }, level = 1, group = "ChaosDamageChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrder = { 2049 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrder = { 2945 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrder = { 2940 }, level = 1, group = "GainOnslaughtOnCull", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrder = { 1189 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "100% chance to Avoid being Chilled during Onslaught", statOrder = { 2942 }, level = 1, group = "CannotBeChilledDuringOnslaught", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 4% of Life per second", statOrder = { 1855 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrder = { 10441 }, level = 1, group = "LifeRegenerationRatePercentagePerTotem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 10% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__5"] = { affix = "", "Regenerate 3% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrder = { 1839 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrder = { 1839 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrder = { 9042 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrder = { 1110 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrder = { 424 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrder = { 5724 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrder = { 2348 }, level = 1, group = "AddedLightningDamageWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrder = { 2349 }, level = 1, group = "AddedLightningDamagetoSpellsWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2483 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2483 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrder = { 2923 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrder = { 2924 }, level = 1, group = "ChillOnAttackStun", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 4% of Life Regenerated per second", statOrder = { 2912 }, level = 1, group = "DisplayLifeRegenerationAura", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 80% increased Mana Regeneration Rate", statOrder = { 2917 }, level = 1, group = "DisplayManaRegenerationAua", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrder = { 2608 }, level = 1, group = "IncreasedRarityWhenSlayingFrozen", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["IncreasedRarityWhenSlayingFrozenUnique__1"] = { affix = "", "30% increased Rarity of Items Dropped by Frozen Enemies", statOrder = { 2608 }, level = 1, group = "IncreasedRarityWhenSlayingFrozen", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrder = { 2952 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrder = { 2930 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrder = { 2932 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrder = { 2055 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrder = { 2055 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrder = { 2929 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrder = { 429 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate 75 Life per second per Endurance Charge", statOrder = { 2922 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrder = { 2922 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrder = { 809 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrder = { 953 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, + ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Effect", statOrder = { 869 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "attack" }, }, + ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrder = { 2391 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "Grants 6 Life and Mana per Enemy Hit", statOrder = { 1655 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "Grants 10 Life and Mana per Enemy Hit", statOrder = { 1655 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "Grants 14 Life and Mana per Enemy Hit", statOrder = { 1655 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "Grants 15 Life per Enemy Hit", "Grants 6 Mana per Enemy Hit", statOrder = { 1651, 1658 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "Grants 28 Life per Enemy Hit", "Grants 10 Mana per Enemy Hit", statOrder = { 1651, 1658 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "Grants 38 Life per Enemy Hit", "Grants 14 Mana per Enemy Hit", statOrder = { 1651, 1658 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrder = { 1569 }, level = 1, group = "LifeAndManaLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, + ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrder = { 577 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrder = { 2683 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrder = { 2684 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrder = { 2828 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrder = { 2830 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 1532 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "10% chance to Avoid Elemental Ailments", statOrder = { 1756 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrder = { 9550 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrder = { 10616 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrder = { 560 }, level = 7, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrder = { 437 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrder = { 7266 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrder = { 1907 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrder = { 1123 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 75, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__8"] = { affix = "", "(6-8)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__9"] = { affix = "", "(0-40)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__10"] = { affix = "", "(6-12)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrder = { 1093 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrder = { 1093 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrder = { 1094 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrder = { 1094 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrder = { 1095 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrder = { 1560 }, level = 1, group = "LifeLeechForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrder = { 1610 }, level = 1, group = "ManaLeechForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrder = { 1575 }, level = 1, group = "SpellLifeLeechForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "caster" }, }, + ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrder = { 1616 }, level = 1, group = "SpellManaLeechForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "caster" }, }, + ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrder = { 1347 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrder = { 1387 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrder = { 1906 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrder = { 2825 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrder = { 1106 }, level = 1, group = "TotemDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrder = { 1106 }, level = 1, group = "TotemDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2959 }, level = 1, group = "JewelStrToDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2959 }, level = 1, group = "JewelStrToDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2962 }, level = 1, group = "JewelDexToInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2962 }, level = 1, group = "JewelDexToInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2963 }, level = 1, group = "JewelIntToStr", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2963 }, level = 1, group = "JewelIntToStr", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2960 }, level = 1, group = "JewelStrToInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2960 }, level = 1, group = "JewelStrToInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 1092 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2964 }, level = 1, group = "JewelIntToDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2964 }, level = 1, group = "JewelIntToDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2961 }, level = 1, group = "JewelDexToStr", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2961 }, level = 1, group = "JewelDexToStr", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["NonDamagingAilmentEffectUnique_1"] = { affix = "", "(10-20)% increased Effect of Non-Damaging Ailments", statOrder = { 9309 }, level = 100, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 9, group = "LifeLeechLocal", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 25, group = "LifeLeechLocal", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 72, group = "LifeLeechLocal", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalPermyriadUnique__1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrder = { 1563 }, level = 1, group = "LifeLeechLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrder = { 1613 }, level = 9, group = "ManaLeechLocal", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadLocalUnique__1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrder = { 808 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrder = { 1805 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2480 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2480 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrder = { 10615 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passive Skills in Radius can be Allocated without being connected to your tree", "Passage", statOrder = { 10506, 10506.1 }, level = 1, group = "JewelUniqueAllocateDisconnectedPassives", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Small Ring", statOrder = { 5 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelRingRadiusValuesUnique__2"] = { affix = "", "Only affects Passives in Massive Ring", statOrder = { 5 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passive Skills in Radius can be Allocated without being connected to your tree", "Passage", statOrder = { 10506, 10506.1 }, level = 1, group = "AllocateDisconnectedPassivesDonut", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrder = { 1764 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrder = { 1764 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrder = { 1756 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalAilmentsUnique__2"] = { affix = "", "(20-25)% chance to Avoid Elemental Ailments", statOrder = { 1756 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalAilmentsUnique__3"] = { affix = "", "(15-25)% chance to Avoid Elemental Ailments", statOrder = { 1756 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2400 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2400 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrder = { 2400 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrder = { 2968 }, level = 1, group = "JewelStealRareMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrder = { 2965 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(0.3-0.4) metres to Melee Strike Range with Unarmed Attacks", statOrder = { 2991 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrder = { 2979 }, level = 1, group = "UniqueJewelMeleeToBow", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrder = { 2983 }, level = 1, group = "ChaosDamageIncreasedPerInt", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrder = { 2984 }, level = 1, group = "PassivesApplyToMinionsJewel", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrder = { 2651 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 1509 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrder = { 2966 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrder = { 2967 }, level = 1, group = "TotemLifePerStrengthInRadius", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrder = { 2974 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have +(2-5)% chance to Suppress Spell Damage", statOrder = { 9154 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have +(12-15)% chance to Suppress Spell Damage", statOrder = { 9154 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrder = { 1186 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrder = { 1187 }, level = 1, group = "FireSpellDamagePerBuff", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrder = { 2973 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life", "minion" }, }, + ["MinionLifeRecoveryOnBlockUnique__1"] = { affix = "", "Minions Recover 10% of their Life when they Block", statOrder = { 2973 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life", "minion" }, }, + ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrder = { 2975 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrder = { 2975 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrder = { 2975 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2718 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrder = { 2718 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2718 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "Melee Hits have 10% chance to Fortify", statOrder = { 2175 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrder = { 2149 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrder = { 2992 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrder = { 2994 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrder = { 2995 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrder = { 2996 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrder = { 2999 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Attacks", statOrder = { 2987 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Spells", statOrder = { 2988 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["ItemLimitUniqueJewel8"] = { affix = "", "Survival", statOrder = { 10503 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemLimitUniqueJewel9"] = { affix = "", "Survival", statOrder = { 10503 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemLimitUniqueJewel10"] = { affix = "", "Survival", statOrder = { 10503 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrder = { 2444 }, level = 1, group = "DisplayGrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrder = { 1510 }, level = 1, group = "DisplayIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrder = { 7763 }, level = 1, group = "DisplayGrantsCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have +10 Fortification", statOrder = { 7765 }, level = 1, group = "DisplayGrantsFortify", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrder = { 3016 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% increased Skill Effect Duration", statOrder = { 3017 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrder = { 10316 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrder = { 3019 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical", "vaal" }, }, + ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrder = { 3020 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical", "vaal" }, }, + ["AttackDamageUniqueJewel42"] = { affix = "", "10% increased Attack Damage", statOrder = { 1111 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrder = { 2655 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrder = { 2507 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrder = { 2507 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__3_"] = { affix = "", "(5-10)% increased Effect of your Curses", statOrder = { 2507 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__4"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrder = { 2507 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrder = { 3022 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrder = { 3021 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrder = { 3023 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrder = { 3026 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage taken does not bypass Energy Shield, and 50% of Physical Damage taken bypasses Energy Shield", statOrder = { 3025 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield", "chaos" }, }, + ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrder = { 3024 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrder = { 1668 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrder = { 1667 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrder = { 1669 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill", statOrder = { 3033 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrder = { 2080 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1129 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrder = { 2155 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrder = { 2155 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrder = { 1876 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrder = { 2839 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, + ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrder = { 3035, 3036, 3051 }, level = 1, group = "ClawPhysDamageAndEvasionPerDex", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "defences", "evasion", "damage", "physical", "attack" }, }, + ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrder = { 3038, 3039 }, level = 1, group = "ColdAndPhysicalNodesInRadiusSwapProperties", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrder = { 3037 }, level = 1, group = "AllDamageInRadiusBecomesFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrder = { 3040 }, level = 1, group = "EnergyShieldInRadiusIncreasesArmour", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrder = { 3041 }, level = 1, group = "LifeInRadiusBecomesEnergyShieldAtHalfValue", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrder = { 3046 }, level = 1, group = "LifePerIntelligenceInRadus", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrder = { 1293, 3045 }, level = 1, group = "AddedLightningDamagePerDexInRadius", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrder = { 3049 }, level = 1, group = "LifePassivesBecomeManaPassivesInRadius", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrder = { 3050 }, level = 1, group = "DexterityAndIntelligenceGiveStrengthMeleeBonusInRadius", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrder = { 2926 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrder = { 2489 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrder = { 2489 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrder = { 2489 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrder = { 2402 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrder = { 2402 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrder = { 2402 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2428 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2441 }, level = 1, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrder = { 625 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1764 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1764 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrder = { 408 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrder = { 2403 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrder = { 2403 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (20-24) to (38-46) Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (14-16) to (30-32) Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__7"] = { affix = "", "Adds (9-12) to (19-22) Fire Damage to Spells", statOrder = { 1317 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (10-12) to (24-28) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__7"] = { affix = "", "Adds (120-140) to (150-170) Cold Damage to Spells", statOrder = { 1318 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (1-10) to (150-200) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (60-68) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrder = { 1319 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1129 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (26-38) to (52-70) Chaos Damage", statOrder = { 1303 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (43-55) to (81-104) Chaos Damage", statOrder = { 1303 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (46-63) to (92-113) Chaos Damage", statOrder = { 1303 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrder = { 1344 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(60-100)% increased Damage with Movement Skills", statOrder = { 1344 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrder = { 1345 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrder = { 1345 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "Gain 10 Life per Ignited Enemy Killed", statOrder = { 1666 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "Gain (200-300) Life per Ignited Enemy Killed", statOrder = { 1666 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrder = { 2158 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrder = { 2159 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrder = { 2811 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrder = { 1609 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrder = { 431 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrder = { 432 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrder = { 433 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrder = { 434 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrder = { 435 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain 3 Mana per Taunted Enemy Hit", statOrder = { 1697 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrder = { 1696 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrder = { 1696 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrder = { 1695 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrder = { 2554 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrder = { 2554 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrder = { 2492 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrder = { 2493 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrder = { 2708 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrder = { 2710 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "100% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrder = { 2624 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrder = { 2624 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrder = { 10259 }, level = 1, group = "ChilledGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrder = { 10254 }, level = 1, group = "BurningGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrder = { 10279 }, level = 1, group = "ShockedGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrder = { 10265 }, level = 1, group = "DesecratedGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["ImmuneToShockedGroundUnique__1"] = { affix = "", "Unaffected by Shocked Ground", statOrder = { 10279 }, level = 1, group = "ShockedGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrder = { 2488 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrder = { 590 }, level = 1, group = "ShockedGroundWhenHitSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrder = { 9627 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["RandomCurseWhenHitChanceUnique__1"] = { affix = "", "Curse Enemies which Hit you with a random Hex, ignoring Curse Limit", statOrder = { 9628 }, level = 1, group = "RandomCurseWhenHitChance", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on each Enemy", statOrder = { 9330 }, level = 20, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrder = { 2476 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUnique__1"] = { affix = "", "40% less Burning Damage", statOrder = { 7866 }, level = 1, group = "EmberwakeLessBurningDamageNew", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrder = { 2834 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrder = { 2521 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrder = { 2521 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrder = { 2629 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrder = { 2637 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrder = { 2633 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrder = { 2629 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrder = { 2637 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrder = { 2633 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ItemRarityPerWhiteSocketUniqueRing39"] = { affix = "", "60% increased Item Rarity per White Socket", statOrder = { 2643 }, level = 1, group = "ItemRarityPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrder = { 2647 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrder = { 2648 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on Block for 3 seconds", statOrder = { 2958 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on Block for 10 seconds", statOrder = { 2958 }, level = 1, group = "UnholyMightOnBlockChanceDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrder = { 2058 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrder = { 2059 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrder = { 2057 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrder = { 1595 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1595 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrder = { 1595 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["PhysicalDamageAddedAsChaosImplicitQuiver11New"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Chaos Damage", statOrder = { 1846 }, level = 69, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrder = { 1846 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrder = { 2641 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield during effect", statOrder = { 874 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrder = { 3056, 3056.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["TalismanHasOneSocket_"] = { affix = "", "Has 1 Socket", statOrder = { 50 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrder = { 1144 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrder = { 2071 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrder = { 1372 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrder = { 1098 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrder = { 1505 }, level = 1, group = "ItemQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrder = { 1096 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["TalismanGlobalDamageOverTimeMultiplier"] = { affix = "", "+(12-18)% to Damage over Time Multiplier", statOrder = { 1155 }, level = 1, group = "GlobalDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "damage" }, }, + ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrder = { 1096 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrder = { 1096 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrder = { 1104 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2849 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, + ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrder = { 3088 }, level = 1, group = "FireDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrder = { 3088 }, level = 1, group = "FireDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrder = { 3088 }, level = 62, group = "FireDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrder = { 3089 }, level = 1, group = "FireDamageTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrder = { 3090 }, level = 1, group = "ColdDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrder = { 3091 }, level = 1, group = "ColdDamageTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrder = { 3094 }, level = 1, group = "LightningDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrder = { 3092 }, level = 1, group = "LightningDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrder = { 2184 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrder = { 1808 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrder = { 1855 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrder = { 2714 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrder = { 2539 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrder = { 3495 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, }, + ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrder = { 3495 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, }, + ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrder = { 1957 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrder = { 1111 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrder = { 10153 }, level = 1, group = "OldTalismanPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 1703 }, level = 1, group = "AdditionalPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrder = { 3077 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrder = { 1890 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrder = { 3078 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrder = { 3059 }, level = 1, group = "IncreasedFireballRadiusAtLongRangeJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrder = { 3060, 3061, 3067 }, level = 1, group = "AdditionalGlacialCascadeSequenceJewel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 20 Ranged Weapons", statOrder = { 3166 }, level = 1, group = "AnimateBowsAndWandsJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "1% increased Projectile Damage per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrder = { 3066, 3069 }, level = 1, group = "ExtraArrowForSplitArrowJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrder = { 3095 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrder = { 3095 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrder = { 3096 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrder = { 3097 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, + ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrder = { 3098 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "speed" }, }, + ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3104 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3104 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrder = { 10618 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrder = { 527 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrder = { 3132 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrder = { 3133 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrder = { 3137, 3137.1 }, level = 1, group = "GlacialHammerThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "drop" }, }, + ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrder = { 3138 }, level = 1, group = "SpectralThrowThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrder = { 3140 }, level = 1, group = "ViperStrikeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrder = { 7969 }, level = 1, group = "ViperStrikeThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrder = { 3141, 3141.1 }, level = 1, group = "HeavyStrikeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrder = { 3263, 7959 }, level = 1, group = "ShrapnelShotThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["BurningArrowThresholdJewel_2"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrder = { 2504 }, level = 1, group = "BurningArrowThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Hits with Cleave Fortify", "With at least 40 Strength in Radius, Cleave has +0.1 metres to Radius per Nearby", "Enemy, up to a maximum of +1 metre", statOrder = { 3257, 3258, 3258.1 }, level = 1, group = "CleaveThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrder = { 3266, 3267, 3267.1 }, level = 1, group = "FreezingPulseThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrder = { 7926, 7927 }, level = 1, group = "IceShotThresholdJewelOld", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrder = { 7927, 7928 }, level = 1, group = "IceShotThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrder = { 7940, 7941 }, level = 1, group = "MoltenStrikeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrder = { 7833, 7834, 7835 }, level = 1, group = "MoltenStrikeThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrder = { 7919, 7919.1, 7920 }, level = 1, group = "FrostBladesThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, + ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off Hand Splash Damage", "to surrounding targets", statOrder = { 7903, 7903.1, 7905, 7905.1 }, level = 1, group = "DualStrikeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrder = { 7902, 7902.1 }, level = 1, group = "DualStrikeThresholdJewelAxe", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrder = { 7900, 7900.1 }, level = 1, group = "DualStrikeThresholdJewelClaw", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrder = { 7901, 7901.1 }, level = 1, group = "DualStrikeThresholdJewelDagger", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrder = { 7904, 7904.1 }, level = 1, group = "DualStrikeThresholdJewelMace", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrder = { 7899, 7899.1 }, level = 1, group = "DualStrikeThresholdJewelSword", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrder = { 1111 }, level = 1, group = "DualStrikeThresholdJewelDamageRadius", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrder = { 7921, 7922 }, level = 1, group = "FrostboltThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrder = { 3260 }, level = 1, group = "EtherealKnivesThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrder = { 7935 }, level = 1, group = "LightningTendrilsThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrder = { 7936, 7937, 7937.1 }, level = 1, group = "MagmaOrbThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrder = { 7831, 7832, 7937, 7937.1 }, level = 1, group = "MagmaOrbThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrder = { 3261, 3261.1, 3262, 3262.1 }, level = 1, group = "GlacialHammerThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrder = { 7885 }, level = 1, group = "BlightThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrder = { 7881, 7883 }, level = 1, group = "BlightThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrder = { 7880, 7883 }, level = 1, group = "BlightThresholdJewel3", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlightThresholdJewel_4"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 30% reduced Cast Speed", statOrder = { 7880, 7882 }, level = 1, group = "BlightThresholdJewel4", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrder = { 7970, 7970.1, 7971, 7971.1 }, level = 1, group = "RaiseZombieThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrder = { 3265 }, level = 1, group = "SparkThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrder = { 7962 }, level = 1, group = "SparkThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrder = { 7918 }, level = 1, group = "FireTrapThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrder = { 7967 }, level = 1, group = "SplitArrowThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrder = { 7923, 7924, 7924.1 }, level = 1, group = "GlacialCascadeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrder = { 7888 }, level = 1, group = "CausticArrowThresholdJewel1", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrder = { 7887 }, level = 1, group = "CausticArrowThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrder = { 7886 }, level = 1, group = "CausticArrowThresholdJewel3", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield", statOrder = { 9356 }, level = 1, group = "ShieldCritChancePerEsOnShieldJewel1", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield", statOrder = { 9357 }, level = 1, group = "ShieldCritMultiplierPerEsOnShieldJewel1", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrder = { 3184 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrder = { 3183 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrder = { 1743 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, }, + ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrder = { 2182 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrder = { 3177 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrder = { 3178 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 3 seconds per Frenzy Charge consumed on use", statOrder = { 803 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrder = { 3190 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["UniqueConditionOnBuff__1"] = { affix = "", "100% chance to Avoid being Ignited, Chilled or Frozen with Her Blessing", statOrder = { 3192 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrder = { 3193 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrder = { 3191 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrder = { 3173 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 8 seconds", statOrder = { 3160 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrder = { 7894, 7894.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrder = { 3162 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Projectiles gain radius as they travel farther, up to a maximum of +0.4 metres to radius", statOrder = { 3163 }, level = 1, group = "FireballThresholdJewel2", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrder = { 7828, 7829 }, level = 1, group = "FireballThresholdJewel3", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Effect, causing 10% increased Damage taken", statOrder = { 967 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Effect, causing 50% increased Damage taken", statOrder = { 968 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Effect", statOrder = { 975 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, + ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Effect", statOrder = { 976 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, + ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrder = { 977 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Attacks during Effect", statOrder = { 973 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Spells during Effect", statOrder = { 974 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Effect", statOrder = { 969 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 6% Lightning Resistance during Effect", statOrder = { 970 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrder = { 3185 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrder = { 3186 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrder = { 3187 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrder = { 2824 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrder = { 3217 }, level = 1, group = "ObliterationExplodeOnKillChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrder = { 3179 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrder = { 3180 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrder = { 3181 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrder = { 1149 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrder = { 3256 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrder = { 2395 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Chaotic Might to nearby Enemies on Kill", statOrder = { 3295 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrder = { 3294 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Chaotic Might for 10 seconds on Kill", statOrder = { 5604 }, level = 20, group = "UnholyMightOnKill10SecondsPercentChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrder = { 5598 }, level = 1, group = "OnslaugtOnKill10SecondsPercentChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__5"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__6"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrder = { 1664 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrder = { 1663 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrder = { 1663 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "+10% to Fire Damage over Time Multiplier", statOrder = { 1164 }, level = 1, group = "BurningArrowGroundTarAndFire", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Manifested Dancing Dervishes disables both weapon slots", "Manifested Dancing Dervishes die when Rampage ends", statOrder = { 3252, 3253, 3254 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrder = { 3175 }, level = 1, group = "BarrageThreshold", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrder = { 3169, 3169.1 }, level = 1, group = "GroundSlamThreshold", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrder = { 3168, 3168.1 }, level = 1, group = "GroundSlamThreshold2", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrder = { 3158 }, level = 1, group = "SummonSkeletonsThreshold", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrder = { 3306 }, level = 1, group = "AdditionalSnipeTotemsPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrder = { 3305 }, level = 1, group = "AdditionalShrapnelBallistaePerStrength", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrder = { 3307 }, level = 1, group = "AddedDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrder = { 4777 }, level = 1, group = "AddedDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrder = { 3308 }, level = 1, group = "DisplayBlindAura", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrder = { 3315 }, level = 1, group = "DisplayNearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, modTags = { "speed", "aura" }, }, + ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Hypothermia", statOrder = { 438 }, level = 1, group = "DisplaySupportedByHypothermia", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 439 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 439 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Cold Penetration", statOrder = { 440 }, level = 1, group = "DisplaySupportedByColdPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrder = { 441 }, level = 1, group = "DisplaySupportedByManaLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Cold Damage", statOrder = { 445 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 29 Added Cold Damage", statOrder = { 445 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 446 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 446 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Bonechill", statOrder = { 212 }, level = 1, group = "DisplaySupportedByBonechill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrder = { 797 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrder = { 3318 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrder = { 3318 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AddedFireDamageFromLightRadiusUnique__1"] = { affix = "", "Adds 2 to 5 Fire Damage to Attacks for every 1% your Light Radius is above base value", statOrder = { 9060 }, level = 1, group = "AddedFireDamageFromLightRadius", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "100% increased Damage with Hits and Ailments against Hindered Enemies", statOrder = { 4019 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrder = { 3339 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose all Eaten Souls when you use a Flask", statOrder = { 3340 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrder = { 677 }, level = 1, group = "FireDamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", "Your Blessing Skills are Disabled", statOrder = { 456, 456.1 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrder = { 538 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrder = { 7804 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrder = { 7805 }, level = 1, group = "LocalTripleImplicitMagnitudes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrder = { 3480 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrder = { 3484 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Strike Chance", statOrder = { 3483 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain 30 Life per Bleeding Enemy Hit", statOrder = { 3482 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SummonWolfOnKillUnique__1"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 705 }, level = 62, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__1New"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 705 }, level = 25, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__2_"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 705 }, level = 1, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrder = { 659 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrder = { 1339 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrder = { 1216 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrder = { 1192 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrder = { 3493 }, level = 70, group = "ArrowsFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrder = { 3485 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills", statOrder = { 3486 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "50% slower start of Energy Shield Recharge during any Flask Effect", statOrder = { 3489 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "defences", "energy_shield" }, }, + ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "(150-200)% increased Energy Shield Recharge Rate during any Flask Effect", statOrder = { 3491 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "defences", "energy_shield" }, }, + ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrder = { 3496 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrder = { 3497 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrder = { 3498 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrder = { 810 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrder = { 792 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrder = { 793 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrder = { 807 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrder = { 831 }, level = 1, group = "UtilityFlaskWard", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrder = { 832, 832.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrder = { 1747 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrder = { 3515 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrder = { 3515 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrder = { 2665 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrder = { 3516 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrder = { 695 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrder = { 2894 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Effect", statOrder = { 901 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Effect", statOrder = { 882 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "flask", "physical" }, }, + ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrder = { 3076 }, level = 1, group = "LightningDegenAuraDisplay", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrder = { 3659 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks you Use apply to your Raised Zombies and Spectres", statOrder = { 3660 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, }, + ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrder = { 676 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of Life per second while Frozen", statOrder = { 3653 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "Retaliation Skills have 100% chance to Knockback", statOrder = { 3535 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "(25-35)% chance for Energy Shield Recharge to start when you Block", statOrder = { 3334 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "defences", "energy_shield" }, }, + ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "This Weapon's Critical Strike Chance is 100%", statOrder = { 3707 }, level = 1, group = "LocalAttacksAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrder = { 3672 }, level = 1, group = "LocalDoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrder = { 3673 }, level = 1, group = "LocalElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Effect", "Zealot's Oath during Effect", statOrder = { 765, 982 }, level = 1, group = "FlaskZealotsOath", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "defences", "energy_shield" }, }, + ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrder = { 3677 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies that are on Full Life", statOrder = { 3678 }, level = 1, group = "CriticalChanceAgainstEnemiesOnFullLife", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrder = { 3679 }, level = 1, group = "CriticalStrikeAttackLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrder = { 3680 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrder = { 3688 }, level = 1, group = "AttackPhysicalDamageAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrder = { 3686 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrder = { 3686 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrder = { 3689 }, level = 1, group = "EnergyShieldPer5Strength", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrder = { 540 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrder = { 10595 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrder = { 3691 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrder = { 423 }, level = 1, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrder = { 3281 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["CannotBePoisonedUnique__2"] = { affix = "", "Cannot be Poisoned", statOrder = { 3281 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(50-100)% increased Energy Shield Recovery rate", statOrder = { 1481 }, level = 1, group = "EnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedDamageTakenUnique__1"] = { affix = "", "10% increased Damage taken", statOrder = { 2149 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskImmuneToDamage__1"] = { affix = "", "Immunity to Damage during Effect", statOrder = { 897 }, level = 1, group = "FlaskImmuneToDamage", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalAlwaysCrit"] = { affix = "", "This Weapon's Critical Strike Chance is 100%", statOrder = { 3707 }, level = 1, group = "LocalAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrder = { 3710 }, level = 1, group = "IncreasePhysicalDegenDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrder = { 3711 }, level = 1, group = "IncreaseBleedDurationPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "ailment" }, }, + ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrder = { 3713 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrder = { 3285 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrder = { 1836 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrder = { 3319 }, level = 1, group = "SpreadChilledGroundOnFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrder = { 4039 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrder = { 3087 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrder = { 3709 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrder = { 3708 }, level = 1, group = "TrapAndMineAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Effect, for (450-600)% of Mana Cost", statOrder = { 876 }, level = 1, group = "FlaskZerphisLastBreath", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrder = { 4002 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrder = { 447 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 447 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 30% increased Reservation Efficiency", statOrder = { 528 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 80% increased Reservation Efficiency", statOrder = { 528 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrder = { 3296 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrder = { 3297 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "25% chance to Trigger Level 10 Summon Raging Spirit on Kill", statOrder = { 698 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrder = { 1873 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrder = { 4040 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrder = { 4044 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrder = { 7845 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrder = { 4047 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrder = { 4048 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrder = { 4065 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrder = { 4064 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrder = { 451 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "minion", "gem" }, }, + ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrder = { 4066 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrder = { 4067 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrder = { 4068 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrder = { 4071 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrder = { 4070 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrder = { 4072 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["MaximumLifePerStackableJewelUnique__1"] = { affix = "", "5% increased Maximum Life per Grand Spectrum", statOrder = { 4073 }, level = 1, group = "MaximumLifePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AvoidElementalAilmentsPerStackableJewelUnique__1"] = { affix = "", "12% chance to Avoid Elemental Ailments per Grand Spectrum", statOrder = { 4069 }, level = 1, group = "AvoidElementalAilmentsPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["MinionCriticalStrikeMultiplierPerStackableJewelUnique__1"] = { affix = "", "Minions have +10% to Critical Strike Multiplier per Grand Spectrum", statOrder = { 4077 }, level = 1, group = "MinionCriticalStrikeMultiplierPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["MinimumEnduranceChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Endurance Charges per Grand Spectrum", statOrder = { 4074 }, level = 1, group = "MinimumEnduranceChargesPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MinimumFrenzyChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Frenzy Charges per Grand Spectrum", statOrder = { 4075 }, level = 1, group = "MinimumFrenzyChargesPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MinimumPowerChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Power Charges per Grand Spectrum", statOrder = { 4076 }, level = 1, group = "MinimumPowerChargesPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrder = { 1738 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 50 to 70 Cold Damage to Spells per Power Charge", statOrder = { 1738 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrder = { 9653 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "Gain a Power Charge on Killing a Frozen Enemy", statOrder = { 1737 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrder = { 5951 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 12 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4774 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4774 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrder = { 4804 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "20% increased Movement Speed while Bleeding", statOrder = { 9241 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrder = { 4226 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrder = { 4224 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrder = { 9065 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrder = { 5731 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrder = { 9650 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrder = { 9650 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrder = { 9685 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrder = { 9686 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield while not on Low Life", statOrder = { 5632 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrder = { 6651 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5715 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5715 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrder = { 5115 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover (250-500) Life when you Block", statOrder = { 1673 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Crushing Fist Skill", statOrder = { 570 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 10% of Life on Killing a Poisoned Enemy", statOrder = { 9183 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrder = { 3517 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 25 Envy Skill", statOrder = { 569 }, level = 87, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrder = { 569 }, level = 1, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+(1500-3000) Armour if you've Blocked Recently", statOrder = { 4410 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrder = { 9418 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 3086 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 3086 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrder = { 679 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrder = { 725 }, level = 1, group = "GrantsLevel20IcicleNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrder = { 4815 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrder = { 9635 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4667 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Overcapped Cold Resistance", statOrder = { 6380 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Overcapped Lightning Resistance", statOrder = { 5822 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrder = { 4601 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrder = { 1290 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 8984 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__2"] = { affix = "", "Gain (5-10)% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 8984 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within 1.5 metres", statOrder = { 2129 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrder = { 3052 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrder = { 51 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrder = { 7735 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2435 }, level = 1, group = "CurseLevel10VulnerabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 50% of its value", statOrder = { 7914, 7914.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Suppress Spell Damage at 70% of its value", statOrder = { 7893, 7893.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 50% of its value", statOrder = { 7931, 7931.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrder = { 7915, 7915.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrder = { 7891, 7891.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrder = { 7934, 7934.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrder = { 686 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, }, + ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 30 Lightning Bolt when you deal a Critical Strike", statOrder = { 686 }, level = 87, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, }, + ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "50% increased Arctic Armour Buff Effect", statOrder = { 3934 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has no Reservation", statOrder = { 4621 }, level = 1, group = "ArcticArmourNoReservation", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrder = { 9133 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrder = { 3393, 3393.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChilledGroundEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Chilled Ground", statOrder = { 5676 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrder = { 3627 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrder = { 10587 }, level = 1, group = "MinionInstability", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrder = { 10565 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrder = { 10557 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrder = { 10583 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrder = { 10615 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrder = { 10608 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrder = { 10562 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrder = { 10589 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrder = { 10571 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrder = { 10571 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrder = { 10605 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrder = { 10590 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrder = { 10593 }, level = 1, group = "ArrowDodging", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrder = { 10557 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrder = { 10577 }, level = 1, group = "KeystoneGhostReaver", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrder = { 10609 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrder = { 10595 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrder = { 10586 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrder = { 10572 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrder = { 10572 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrder = { 10560 }, level = 1, group = "AvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrder = { 10570 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrder = { 10570 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrder = { 10559 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["KeystoneAncestralBondUnique__2"] = { affix = "", "Ancestral Bond", statOrder = { 10559 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrder = { 10567 }, level = 1, group = "CrimsonDance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrder = { 10558 }, level = 1, group = "PerfectAgony", weightKey = { }, weightVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrder = { 10597 }, level = 1, group = "Runebinder", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrder = { 10611 }, level = 1, group = "WickedWard", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Blood Magic", statOrder = { 10562 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrder = { 10578 }, level = 1, group = "GlancingBlows", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrder = { 10563 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrder = { 10574 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrder = { 10612 }, level = 1, group = "WindDancer", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrder = { 10588 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrder = { 10588 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrder = { 10606 }, level = 1, group = "SupremeEgo", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrder = { 10598 }, level = 1, group = "SacredBastion", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrder = { 10582 }, level = 1, group = "Impaler", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["KeystoneSoulTetherUnique__1"] = { affix = "", "Immortal Ambition", statOrder = { 10604 }, level = 1, group = "SoulTether", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrder = { 10566 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "chaos" }, }, + ["KeystoneDoomsdayUnique__1"] = { affix = "", "Hex Master", statOrder = { 10580 }, level = 1, group = "HexMaster", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["KeystoneSoulTetherUnique__2"] = { affix = "", "Immortal Ambition", statOrder = { 10604 }, level = 1, group = "SoulTether", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrder = { 10566 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "chaos" }, }, + ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrder = { 10609 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrder = { 10574 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrder = { 10568 }, level = 1, group = "DivineFlesh", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrder = { 10575 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, modTags = { "defences", "resistance" }, }, + ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrder = { 10602 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["KeystoneLetheShadeUnique_1"] = { affix = "", "Lethe Shade", statOrder = { 10584 }, level = 1, group = "LetheShade", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["KeystoneGhostDanceUnique__1"] = { affix = "", "Ghost Dance", statOrder = { 10576 }, level = 1, group = "GhostDance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["KeystoneVersatileCombatantUnique___1"] = { affix = "", "Versatile Combatant", statOrder = { 10610 }, level = 1, group = "VersatileCombatant", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["KeystoneMagebaneUnique_1"] = { affix = "", "Magebane", statOrder = { 10585 }, level = 1, group = "Magebane", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneSolipsismUnique_1"] = { affix = "", "Solipsism", statOrder = { 10603 }, level = 1, group = "Solipsism", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["KeystoneDivineShieldUnique_1"] = { affix = "", "Divine Shield", statOrder = { 10569 }, level = 1, group = "DivineShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["KeystoneIronWillUnique_1"] = { affix = "", "Iron Will", statOrder = { 10616 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["KeystonePreciseTechniqueUnique__1"] = { affix = "", "Precise Technique", statOrder = { 10591 }, level = 1, group = "PreciseTechnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneSupremeDecadenceUnique__1"] = { affix = "", "Supreme Decadence", statOrder = { 10573 }, level = 1, group = "SupremeDecadence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrder = { 3300 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrder = { 4079 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, + ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrder = { 4081 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an", "Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", statOrder = { 670, 670.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrder = { 4096 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrder = { 4095 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrder = { 2635 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrder = { 2630 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Effect", statOrder = { 928 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrder = { 979 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrder = { 4043 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrder = { 4086 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrder = { 4089 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrder = { 4085 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "35% less Damage taken if you have not been Hit Recently", statOrder = { 4098 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "100% increased Evasion Rating if you have been Hit Recently", statOrder = { 4099 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've Warcried Recently", statOrder = { 4090 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've Warcried Recently", statOrder = { 4090 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrder = { 4088 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrder = { 4084 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrder = { 4104 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrder = { 4094 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "30% chance to Avoid Elemental Ailments while Phasing", statOrder = { 4843 }, level = 1, group = "AvoidElementalStatusAilmentsPhasing", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrder = { 1464 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrder = { 1609 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrder = { 4092 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrder = { 4092 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrder = { 4082 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrder = { 4083 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrder = { 1739 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrder = { 1942 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, + ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrder = { 1736 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrder = { 2415 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "30% increased Evasion Rating while Phasing", statOrder = { 2416 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrder = { 4100 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrder = { 4103 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrder = { 460 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrder = { 4087 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrder = { 4093 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrder = { 4105 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrder = { 1499 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrder = { 4106 }, level = 1, group = "AttacksChainInMainHand", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrder = { 4108 }, level = 1, group = "AttacksExtraProjectileInOffHand", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Retaliation Skills", statOrder = { 4116 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrder = { 4110 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrder = { 4112 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Life per second if no Equipped Items are Corrupted", statOrder = { 4113 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Energy Shield per second if all Equipped items are Corrupted", statOrder = { 4114 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrder = { 8030 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__7"] = { affix = "", "Adds (7-11) to (17-23) Chaos Damage", statOrder = { 1299 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrder = { 1178 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrder = { 1178 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds (8-12) to (14-20) Physical Damage", statOrder = { 1178 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__6"] = { affix = "", "Adds (10-14) to (26-34) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrder = { 1281 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrder = { 1281 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1281 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrder = { 1281 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__5"] = { affix = "", "Adds (8-12) to (18-26) Cold Damage", statOrder = { 1281 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrder = { 1292 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrder = { 1292 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1292 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrder = { 1292 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__5"] = { affix = "", "Adds (1-2) to (43-56) Lightning Damage", statOrder = { 1292 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrder = { 1714 }, level = 45, group = "EnergyShieldRegenerationperMinuteWhileOnLowLife", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrder = { 2107 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrder = { 2511 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrder = { 4118 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Always Poison on Hit against Cursed Enemies", statOrder = { 4119 }, level = 1, group = "ChanceToPoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrder = { 2862 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrder = { 2862 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrder = { 2644 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrder = { 4121 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrder = { 4120 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrder = { 4157 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrder = { 4101 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, + ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrder = { 9127 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, + ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrder = { 4102 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Effect", statOrder = { 886 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrder = { 4153 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrder = { 4155 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrder = { 4154 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrder = { 4154 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrder = { 3512 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 4126 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 4126 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrder = { 1780 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrder = { 4170 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrder = { 4171 }, level = 1, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 4172 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedIfKilledRecentlyUnique___2"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 4172 }, level = 1, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 337 }, level = 45, group = "ControlledDestructionSupportLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 452 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrder = { 2795 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrder = { 1489 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectPerEnduranceChargeUnique__1"] = { affix = "", "2% increased Area of Effect per Endurance Charge", statOrder = { 4638 }, level = 1, group = "AreaOfEffectPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrder = { 3476 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrder = { 3476 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrder = { 3686 }, level = 30, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrder = { 1843 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrder = { 1843 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUnique__4"] = { affix = "", "Gain (10-50)% of Physical Damage as Extra Fire Damage", statOrder = { 1843 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsLightningUnique__1"] = { affix = "", "Gain (10-50)% of Physical Damage as Extra Lightning Damage", statOrder = { 1845 }, level = 1, group = "PhysicalAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrder = { 3226 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrder = { 1809 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrder = { 3082 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrder = { 3082 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immunity to Freeze, Chill, Curses and Stuns during Effect", statOrder = { 938 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrder = { 4173 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrder = { 4173 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalPhysicalDamageAddedAsEachElementUnique__1"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrder = { 4173 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrder = { 2398 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrder = { 4177 }, level = 98, group = "ArmourAndEvasionRatingImplicit", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2359 }, level = 1, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrder = { 1859 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "(10-15)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3524 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrder = { 4188 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrder = { 4189 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrder = { 4189 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrder = { 7739 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrder = { 4187 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrder = { 4199 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrder = { 4200 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrder = { 4201 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrder = { 4211 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrder = { 4212 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrder = { 4213 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrder = { 9323 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrder = { 7991 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["HeistContractChestRewardsDuplicated"] = { affix = "", "Heist Chests have a 100% chance to Duplicate their contents", "Monsters have 100% more Life", statOrder = { 5438, 8350 }, level = 1, group = "HeistContractChestRewardsDuplicated", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeistContractAdditionalIntelligence"] = { affix = "", "Completing a Heist generates 3 additional Reveals", "Heist Chests have 25% chance to contain nothing", statOrder = { 8346, 8347 }, level = 1, group = "HeistContractAdditionalIntelligence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeistContractNPCPerksDoubled"] = { affix = "", "50% reduced time before Lockdown", "Rogue Perks are doubled", statOrder = { 6108, 8351 }, level = 1, group = "HeistContractNPCPerksDoubled", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeistContractBetterTargetValue"] = { affix = "", "Rogue Equipment cannot be found", "200% more Rogue's Marker value of primary Heist Target", statOrder = { 8348, 8349 }, level = 1, group = "HeistContractBetterTargetValue", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrder = { 4214 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrder = { 4217 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrder = { 4216 }, level = 1, group = "ArrowsThatPierceCauseBleeding25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrder = { 4219 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrder = { 4218 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrder = { 9117 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrder = { 3663 }, level = 1, group = "MinionDamageAlsoAffectsYouAt150%", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrder = { 6758 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown", statOrder = { 741 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, + ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4737 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4737 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackAreaOfEffectUnique__3"] = { affix = "", "(-40-40)% reduced Area of Effect for Attacks", statOrder = { 4737 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrder = { 2794 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrder = { 6042 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrder = { 6042 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrder = { 6468 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrder = { 7238 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrder = { 7966 }, level = 1, group = "ChanceForSpectersToGainSoulEaterOnKill", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrder = { 9219 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrder = { 6689 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrder = { 3384 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrder = { 1908 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrder = { 1933 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrder = { 6337 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrder = { 1932 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrder = { 9018 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrder = { 1931 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrder = { 6372 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrder = { 5594 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Effect", statOrder = { 941 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["VulnerabilityAuraDuringFlaskEffectUnique__1Alt"] = { affix = "", "Grants Level 21 Vulnerability Curse Aura during Effect", statOrder = { 942 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffectNew", weightKey = { }, weightVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrder = { 9556 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrder = { 9557 }, level = 1, group = "AdditionalPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrder = { 4852 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Effect", statOrder = { 910 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Effect", statOrder = { 884 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrder = { 10641 }, level = 1, group = "CelestialFootprints", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrder = { 2820 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrder = { 9342 }, level = 1, group = "GolemPerPrimordialJewel", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrder = { 10509 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrder = { 10509 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrder = { 10509 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrder = { 10509 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrder = { 6781 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrder = { 6779 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrder = { 3610 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrder = { 3611 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrder = { 3611 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrder = { 3242 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrder = { 3243 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrder = { 6777 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrder = { 6775 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrder = { 6784 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "minion" }, }, + ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrder = { 4411 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrder = { 9948 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrder = { 9944 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrder = { 5882 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LocalNoCriticalStrikeMultiplierUnique_1"] = { affix = "", "Critical Strikes with this Weapon do not deal extra Damage", statOrder = { 1403 }, level = 1, group = "LocalCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrder = { 4227 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrder = { 4225 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrder = { 5677 }, level = 1, group = "SpreadChilledGroundWhenHitByAttack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Unholy Might during Effect", statOrder = { 963 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrder = { 9302 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["NonCriticalStrikesDealNoDamageUnique__2"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrder = { 9302 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrder = { 5851 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrder = { 5851 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies Killed by your Hits are destroyed", statOrder = { 6272 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrder = { 1662 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrder = { 1662 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["RecoverPercentMaxLifeOnKillUnique__3"] = { affix = "", "Recover 1% of Life on Kill", statOrder = { 1662 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrder = { 3101 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrder = { 4757 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["FortifyOnMeleeStunUnique__1"] = { affix = "", "Melee Hits which Stun Fortify", statOrder = { 5581 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while Fortified", statOrder = { 6685 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrder = { 7811 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrder = { 696 }, level = 1, group = "GrantsSpiderMinion", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrder = { 5327 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrder = { 9965 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrder = { 10644 }, level = 1, group = "GoatHoofFootprints", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrder = { 6457 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrder = { 10549 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrder = { 8985 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["MaximumLifeConvertedToEnergyShieldUnique__2"] = { affix = "", "50% of Maximum Life Converted to Energy Shield", statOrder = { 8985 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrder = { 7858 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrder = { 7858 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrder = { 7858 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrder = { 7858 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrder = { 3085 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrder = { 9957 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrder = { 4476 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrder = { 6681 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrder = { 9174 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, modTags = { "minion", "attribute" }, }, + ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrder = { 9348 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrder = { 10544 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrder = { 4893 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrder = { 7175 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrder = { 7091 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrder = { 8979 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrder = { 7275 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrder = { 10488 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrder = { 8981 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrder = { 5961 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrder = { 7174 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrder = { 9235 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrder = { 10362 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrder = { 3385 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below Base Value", statOrder = { 3106 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below Base Value", statOrder = { 3108 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["EnergyShieldStartsAtZero"] = { affix = "", "Your Energy Shield starts at zero", statOrder = { 10604 }, level = 1, group = "EnergyShieldStartsAtZero", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrder = { 966 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrder = { 965 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrder = { 453 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Battlemage's Cry Skill", statOrder = { 603 }, level = 1, group = "BattlemagesCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrder = { 2478 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrder = { 4273 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrder = { 7296 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrder = { 7284 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+100% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrder = { 4739 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+100% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrder = { 9933 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrder = { 9926 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrder = { 9926 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrder = { 6597 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrder = { 7236 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrder = { 3241 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrder = { 3241 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrder = { 10363 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrder = { 10363 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrder = { 6676 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrder = { 9054 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrder = { 9054 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "100% chance to Avoid being Shocked while Chilled", statOrder = { 4853 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrder = { 5624 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "100% chance to Avoid being Chilled or Frozen if you have used a Fire Skill Recently", statOrder = { 4846 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrder = { 7000 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 3 Life per second per Level", statOrder = { 2874 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrder = { 4148 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrder = { 589 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, }, + ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrder = { 3464 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrder = { 4455 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrder = { 7742 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrder = { 483 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrder = { 4778 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrder = { 4778 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +250 to maximum Mana", statOrder = { 2560 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +250 to maximum Energy Shield", statOrder = { 2581 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrder = { 2569 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrder = { 7769 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrder = { 1711, 7761 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistances", statOrder = { 3511 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ElementalPenetrationUnique__1"] = { affix = "", "Damage Penetrates (0-20)% Elemental Resistances", statOrder = { 2893 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've Warcried Recently", statOrder = { 6203 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrder = { 680 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4771 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalGolemBuffEffectUnique__1"] = { affix = "", "25% increased Effect of Buffs granted by Socketed Golem Skills", statOrder = { 177 }, level = 1, group = "LocalGolemBuffEffect", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemLifeAddedAsESUnique__1"] = { affix = "", "Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 181 }, level = 1, group = "LocalGolemLifeAddedAsES", weightKey = { }, weightVal = { }, modTags = { "skill", "resource", "life", "defences", "energy_shield", "minion", "gem" }, }, + ["LocalGolemIncreasedAttackAndCastSpeedUnique__1"] = { affix = "", "Socketed Golem Skills have 20% increased Attack and Cast Speed", statOrder = { 176 }, level = 1, group = "LocalGolemIncreasedAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "speed", "minion", "gem" }, }, + ["LocalGolemGrantOnslaughtOnSummonUnique__1"] = { affix = "", "Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill", statOrder = { 180 }, level = 1, group = "LocalGolemGrantsOnslaughtOnSummon", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemTauntOnHitUnique__1_"] = { affix = "", "Socketed Golem Skills have 25% chance to Taunt on Hit", statOrder = { 178 }, level = 1, group = "LocalGolemTauntOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["LocalGolemLifeRegenerationUnique__1"] = { affix = "", "Socketed Golem Skills have Minions Regenerate 5% of Life per second", statOrder = { 179 }, level = 1, group = "LocalGolemLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "skill", "resource", "life", "minion", "gem" }, }, + ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrder = { 499 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrder = { 508 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills have 20% chance to regain consumed Souls when used", statOrder = { 509 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrder = { 504 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Physical Damage Reduction", statOrder = { 503 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, modTags = { "physical", "vaal" }, }, + ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrder = { 501 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrder = { 512 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrder = { 497 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrder = { 506 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "vaal" }, }, + ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrder = { 500 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrder = { 507 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrder = { 502 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrder = { 498 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura", "vaal" }, }, + ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrder = { 5971 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrder = { 7103 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrder = { 6476 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrder = { 593 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 588 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 588 }, level = 1, group = "CastLevel1SummonLesserShrineOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrder = { 6596 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrder = { 1113 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrder = { 1112 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrder = { 4559 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrder = { 4454 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrder = { 4500 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["LifePerLevelUnique__1"] = { affix = "", "+(1-2) Maximum Life per Level", statOrder = { 7255 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerLevelUnique__1"] = { affix = "", "+(1-2) Maximum Mana per Level", statOrder = { 8027 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+(1-2) Maximum Energy Shield per Level", statOrder = { 6336 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ChaosDegenAuraUnique__1"] = { affix = "", "Trigger Level 20 Death Aura when Equipped", statOrder = { 576 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrder = { 6980 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrder = { 4854 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrder = { 5952 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrder = { 9819, 9819.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrder = { 10275 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrder = { 10275 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrder = { 9097 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrder = { 9142 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrder = { 9181 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrder = { 3093 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamageUnique__2"] = { affix = "", "(100-150)% increased Damage with Poison", statOrder = { 3093 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrder = { 3081 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrder = { 162 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrder = { 162 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrder = { 1967 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrder = { 1966 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrder = { 4432 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrder = { 9216 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrder = { 5711 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrder = { 6456 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5967 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6668, 6668.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrder = { 2779 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrder = { 2778 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrder = { 2780 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrder = { 6481 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrder = { 5741 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrder = { 7338 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (10-15)% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2086 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrder = { 574 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AdditionalPhysicalDamageReductionUnique_1UNUSED"] = { affix = "", "(3-5)% additional Physical Damage Reduction", statOrder = { 2184 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SpellDamageSuppressedUnique__1"] = { affix = "", "Prevent +(4-6)% of Suppressed Spell Damage", statOrder = { 1054 }, level = 56, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellDamageSuppressedUnique__2"] = { affix = "", "-10% to amount of Suppressed Spell Damage Prevented", statOrder = { 1054 }, level = 1, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrder = { 551 }, level = 1, group = "FrostbiteSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrder = { 544 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrder = { 544 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrder = { 544 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrder = { 5643 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrder = { 10614 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrder = { 9152 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrder = { 9152 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrder = { 739 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrder = { 662 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, modTags = { "skill", "caster" }, }, + ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeletons with Summon Skeletons", statOrder = { 3913 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrder = { 10100 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrder = { 6342 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 3373 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrder = { 6431 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrder = { 3383 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrder = { 567 }, level = 1, group = "ScorchingRaySkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["BlightSkillUnique__1"] = { affix = "", "Grants Level 25 Blight Skill", statOrder = { 571 }, level = 1, group = "BlightSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrder = { 547 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrder = { 5630 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrder = { 3083 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrder = { 4228 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrder = { 450 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrder = { 449 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrder = { 448 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Innervate", statOrder = { 448 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrder = { 439 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrder = { 661 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80 to 120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrder = { 9051, 9051.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrder = { 9490 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrder = { 9482 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrder = { 6655 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrder = { 6700 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrder = { 9491 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrder = { 9485 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrder = { 10451 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, }, + ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrder = { 10451 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, }, + ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrder = { 7845 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrder = { 5070 }, level = 1, group = "BlightSecondarySkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrder = { 4904 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrder = { 6051 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__2"] = { affix = "", "Debuffs on you expire (80-100)% faster", statOrder = { 6051 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__3"] = { affix = "", "Debuffs on you expire 100% faster", statOrder = { 6051 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(10-15)% increased Energy Shield Recovery rate", "(10-15)% increased Life Recovery rate", statOrder = { 1481, 1491 }, level = 1, group = "LifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrder = { 663 }, level = 1, group = "LocalDisplayGrantsStormCascadeOnAttack", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks inflict Bleeding on Hit while you have a Bestial Minion", statOrder = { 4229 }, level = 1, group = "ProjectileAttacksChanceToBleedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks Poison on Hit while you have a Bestial Minion", statOrder = { 4231 }, level = 1, group = "ProjectileAttacksChanceToPoisonBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks Maim on Hit while you have a Bestial Minion", statOrder = { 4230 }, level = 1, group = "ProjectileAttacksChanceToMaimBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (18-24) to (30-36) Physical Damage to Attacks while you have a Bestial Minion", statOrder = { 4232 }, level = 1, group = "AddedPhysicalDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (23-31) to (37-47) Chaos Damage to Attacks while you have a Bestial Minion", statOrder = { 4233 }, level = 1, group = "AddedChaosDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-20)% increased Attack and Movement Speed while you have a Bestial Minion", statOrder = { 4234 }, level = 1, group = "AttackAndMovementSpeedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrder = { 7235 }, level = 1, group = "LifeLeechFromAttackDamageAgainstMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Spell", statOrder = { 660 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrder = { 9807 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__2"] = { affix = "", "(1-50)% increased Effect of Lightning Ailments", statOrder = { 7302 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrder = { 7302 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LightningAilmentEffectUnique__1"] = { affix = "", "100% increased Effect of Lightning Ailments", statOrder = { 7302 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrder = { 71 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrder = { 995 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrder = { 995 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +2 to Level", statOrder = { 144 }, level = 1, group = "SocketedGemsInRedSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +30% to Quality", statOrder = { 145 }, level = 1, group = "SocketedGemsInGreenSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 100% increased Experience", statOrder = { 146 }, level = 1, group = "SocketedGemsInBlueSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrder = { 10167 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrder = { 6452 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrder = { 537 }, level = 1, group = "PurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrder = { 543 }, level = 1, group = "PurityOfColdSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrder = { 545 }, level = 1, group = "PurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrder = { 638 }, level = 1, group = "VaalPurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrder = { 639 }, level = 1, group = "VaalPurityOfIceSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrder = { 640 }, level = 1, group = "VaalPurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrder = { 9912 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Raised Spectres have (50-100)% increased maximum Life", statOrder = { 1683 }, level = 1, group = "SpectreIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrder = { 7758 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrder = { 1364 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrder = { 8040 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrder = { 6706 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Count as having maximum number of Endurance Charges", "Count as having maximum number of Frenzy Charges", "Count as having maximum number of Power Charges", statOrder = { 5789, 5789.1, 5789.2 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ConsumesSupportGemsUnique"] = { affix = "", "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level", "Can Consume 4 Uncorrupted Support Gems", "Has not Consumed any Gems", statOrder = { 84, 84.1, 84.2 }, level = 88, group = "ConsumesSupportGemsUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrder = { 84, 389 }, level = 1, group = "HungryLoopSupportedByAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrder = { 84, 440 }, level = 1, group = "HungryLoopSupportedByColdPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrder = { 84, 439 }, level = 1, group = "HungryLoopSupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrder = { 84, 441 }, level = 1, group = "HungryLoopSupportedByManaLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrder = { 84, 445 }, level = 1, group = "HungryLoopSupportedByAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrder = { 84, 446 }, level = 1, group = "HungryLoopSupportedByReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrder = { 84, 407 }, level = 1, group = "HungryLoopSupportedByAdditionalAccuracy", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrder = { 84, 386 }, level = 1, group = "HungryLoopSupportedByBloodMagic", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrder = { 84, 413 }, level = 1, group = "HungryLoopSupportedByFork", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrder = { 84, 448 }, level = 1, group = "HungryLoopSupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance to Poison", statOrder = { 84, 450 }, level = 1, group = "HungryLoopSupportedByLesserPoison", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrder = { 84, 438 }, level = 1, group = "HungryLoopSupportedByHypothermia", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrder = { 84, 410 }, level = 1, group = "HungryLoopSupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrder = { 84, 398 }, level = 1, group = "HungryLoopSupportedByMeleeSplash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrder = { 84, 408 }, level = 1, group = "HungryLoopSupportedByMultistrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrder = { 84, 409 }, level = 1, group = "HungryLoopSupportedByFasterProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrder = { 84, 424 }, level = 1, group = "HungryLoopSupportedByRemoteMine", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrder = { 84, 303 }, level = 1, group = "HungryLoopSupportedByRemoteMine2", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrder = { 84, 406 }, level = 1, group = "HungryLoopSupportedByStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrder = { 84, 399 }, level = 1, group = "HungryLoopSupportedByCastOnCrit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrder = { 84, 404 }, level = 1, group = "HungryLoopSupportedByCastWhenStunned", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrder = { 84, 449 }, level = 1, group = "HungryLoopSupportedByVileToxins", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrder = { 84, 414 }, level = 1, group = "HungryLoopSupportedByWeaponElementalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedArea"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrder = { 84, 203 }, level = 1, group = "HungryLoopSupportedByIncreasedArea", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrder = { 84, 429 }, level = 1, group = "HungryLoopSupportedByKnockback", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrder = { 84, 431 }, level = 1, group = "HungryLoopSupportedByIncreasedMinionLife", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrder = { 84, 435 }, level = 1, group = "HungryLoopSupportedByIncreasedMinionSpeed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrder = { 84, 432 }, level = 1, group = "HungryLoopSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrder = { 84, 433 }, level = 1, group = "HungryLoopSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrder = { 84, 412 }, level = 1, group = "HungryLoopSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrder = { 84, 397 }, level = 1, group = "HungryLoopSupportedByBlind", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrder = { 84, 453 }, level = 1, group = "HungryLoopSupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 84, 447 }, level = 1, group = "HungryLoopSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrder = { 84, 381 }, level = 1, group = "HungryLoopSupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrder = { 84, 428 }, level = 1, group = "HungryLoopSupportedByIronWill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrder = { 84, 427 }, level = 1, group = "HungryLoopSupportedByFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrder = { 84, 425 }, level = 1, group = "HungryLoopSupportedByFlee", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrder = { 84, 390 }, level = 1, group = "HungryLoopSupportedByColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrder = { 84, 391 }, level = 1, group = "HungryLoopSupportedBySpellTotem", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrder = { 84, 252 }, level = 1, group = "HungryLoopSupportedByGreaterMultipleProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrder = { 84, 262 }, level = 1, group = "HungryLoopSupportedByIncreasedCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrder = { 84, 267 }, level = 1, group = "HungryLoopSupportedByItemQuantity", weightKey = { }, weightVal = { }, modTags = { "support", "gem", "drop" }, }, + ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrder = { 84, 268 }, level = 1, group = "HungryLoopSupportedByItemRarity", weightKey = { }, weightVal = { }, modTags = { "support", "gem", "drop" }, }, + ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 More Duration", statOrder = { 84, 263 }, level = 1, group = "HungryLoopSupportedByIncreasedDuration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrder = { 84, 220 }, level = 1, group = "HungryLoopSupportedByChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrder = { 84, 210 }, level = 1, group = "HungryLoopSupportedByBloodlust", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrder = { 84, 270 }, level = 1, group = "HungryLoopSupportedByLifeGainOnHit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrder = { 84, 225 }, level = 1, group = "HungryLoopSupportedByCullingStrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrder = { 84, 292 }, level = 1, group = "HungryLoopSupportedByPointBlank", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrder = { 84, 266 }, level = 1, group = "HungryLoopSupportedByIronGrip", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrder = { 84, 279 }, level = 1, group = "HungryLoopSupportedByMeleeDamageOnFullLife", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrder = { 84, 299 }, level = 1, group = "HungryLoopSupportedByRangedAttackTotem", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrder = { 84, 243 }, level = 1, group = "HungryLoopSupportedByFirePenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrder = { 84, 272 }, level = 1, group = "HungryLoopSupportedByLightningPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrder = { 84, 218 }, level = 1, group = "HungryLoopSupportedByChain", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrder = { 84, 283 }, level = 1, group = "HungryLoopSupportedByMulticast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrder = { 84, 294 }, level = 1, group = "HungryLoopSupportedByPowerChargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrder = { 84, 261 }, level = 1, group = "HungryLoopSupportedByIncreasedBurningDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrder = { 84, 319 }, level = 1, group = "HungryLoopSupportedBySummonElementalResistance", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrder = { 84, 226 }, level = 1, group = "HungryLoopSupportedByCurseOnHit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrder = { 84, 216 }, level = 1, group = "HungryLoopSupportedByCastOnKill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrder = { 84, 383 }, level = 1, group = "HungryLoopSupportedByMultiTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrder = { 84, 236 }, level = 1, group = "HungryLoopSupportedByEmpower", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrder = { 84, 312 }, level = 1, group = "HungryLoopSupportedBySlowerProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrder = { 84, 302 }, level = 1, group = "HungryLoopSupportedByReducedDuration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrder = { 84, 215 }, level = 1, group = "HungryLoopSupportedByCastOnDamageTaken", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrder = { 84, 238 }, level = 1, group = "HungryLoopSupportedByEnhance", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrder = { 84, 289 }, level = 1, group = "HungryLoopSupportedByPhysicalProjectileAttackDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrder = { 84, 239 }, level = 1, group = "HungryLoopSupportedByEnlighten", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrder = { 84, 290 }, level = 1, group = "HungryLoopSupportedByPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrder = { 84, 384 }, level = 1, group = "HungryLoopSupportedByTrapAndMineDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", statOrder = { 84, 293 }, level = 1, group = "HungryLoopSupportedByPoison", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrder = { 84, 330 }, level = 1, group = "HungryLoopSupportedByVoidManipulation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrder = { 84, 300 }, level = 1, group = "HungryLoopSupportedByRapidDecay", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrder = { 84, 382 }, level = 1, group = "HungryLoopSupportedByClusterTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrder = { 84, 234 }, level = 1, group = "HungryLoopSupportedByElementalFocus", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrder = { 84, 280 }, level = 1, group = "HungryLoopSupportedByMinefield", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrder = { 84, 324 }, level = 1, group = "HungryLoopSupportedByTrapCooldown", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrder = { 84, 217 }, level = 1, group = "HungryLoopSupportedByCastWhileChannelling", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrder = { 84, 257 }, level = 1, group = "HungryLoopSupportedByIgniteProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrder = { 84, 219 }, level = 1, group = "HungryLoopSupportedByChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrder = { 84, 228 }, level = 1, group = "HungryLoopSupportedByDeadlyAilments", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrder = { 84, 230 }, level = 1, group = "HungryLoopSupportedByDecay", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrder = { 84, 233 }, level = 1, group = "HungryLoopSupportedByEfficacy", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrder = { 84, 275 }, level = 1, group = "HungryLoopSupportedByMaim", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrder = { 84, 258 }, level = 1, group = "HungryLoopSupportedByImmolate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrder = { 84, 327 }, level = 1, group = "HungryLoopSupportedByUnboundAilments", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrder = { 84, 213 }, level = 1, group = "HungryLoopSupportedByBrutality", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrder = { 84, 306 }, level = 1, group = "HungryLoopSupportedByRuthless", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Momentum", statOrder = { 84, 285 }, level = 1, group = "HungryLoopSupportedByOnslaught", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArcaneSurge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arcane Surge", statOrder = { 84, 204 }, level = 1, group = "HungryLoopSupportedByArcaneSurge", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBarrage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Barrage", statOrder = { 84, 208 }, level = 1, group = "HungryLoopSupportedByBarrage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrder = { 84, 298 }, level = 1, group = "HungryLoopSupportedByArrowNova", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrder = { 84, 436 }, level = 1, group = "HungryLoopSupportedByPierce", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrder = { 84, 396 }, level = 1, group = "HungryLoopSupportedByFasterAttacks", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrder = { 84, 395 }, level = 1, group = "HungryLoopSupportedByMeleePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrder = { 84, 422 }, level = 1, group = "HungryLoopSupportedByGenerosity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrder = { 84, 423 }, level = 1, group = "HungryLoopSupportedByFortify", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrder = { 84, 393 }, level = 1, group = "HungryLoopSupportedByElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrder = { 84, 452 }, level = 1, group = "HungryLoopSupportedByControlledDestruction", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrder = { 84, 380 }, level = 1, group = "HungryLoopSupportedByConcentratedEffect", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrder = { 84, 405 }, level = 1, group = "HungryLoopSupportedByCastOnDeath", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrder = { 84, 394 }, level = 1, group = "HungryLoopSupportedByAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrder = { 84, 385 }, level = 1, group = "HungryLoopSupportedByAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrder = { 84, 301 }, level = 1, group = "HungryLoopSupportedByReducedBlockChance", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrder = { 84, 318 }, level = 1, group = "HungryLoopSupportedByStormBarrier", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrder = { 84, 288 }, level = 1, group = "HungryLoopSupportedByParallelProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrder = { 84, 254 }, level = 1, group = "HungryLoopSupportedByGreaterVolley", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrder = { 84, 314 }, level = 1, group = "HungryLoopSupportedBySpellCascade", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrder = { 84, 317 }, level = 1, group = "HungryLoopSupportedBySpiritStrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrder = { 84, 320 }, level = 1, group = "HungryLoopSupportedBySummonGhostOnKill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrder = { 84, 281 }, level = 1, group = "HungryLoopSupportedByMirageArcher", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrder = { 84, 249 }, level = 1, group = "HungryLoopSupportedByFrenzyPowerOnTrapTrigger", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrder = { 84, 332 }, level = 1, group = "HungryLoopSupportedByChaosAttacks", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrder = { 84, 212 }, level = 1, group = "HungryLoopSupportedByBonechill", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrder = { 84, 282 }, level = 1, group = "HungryLoopSupportedByMultiTotem", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrder = { 84, 237 }, level = 1, group = "HungryLoopSupportedByEnergyLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrder = { 84, 315 }, level = 1, group = "HungryLoopSupportedBySpellFocus", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrder = { 84, 328 }, level = 1, group = "HungryLoopSupportedByUnleash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrder = { 84, 259 }, level = 1, group = "HungryLoopSupportedByImpale", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrder = { 84, 296 }, level = 1, group = "HungryLoopSupportedByPulverise", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrder = { 84, 297 }, level = 1, group = "HungryLoopSupportedByRage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrder = { 84, 222 }, level = 1, group = "HungryLoopSupportedByCloseCombat", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrder = { 84, 311 }, level = 1, group = "HungryLoopSupportedByShockwave", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrder = { 84, 242 }, level = 1, group = "HungryLoopSupportedByFeedingFrenzy", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrder = { 84, 278 }, level = 1, group = "HungryLoopSupportedByMeatShield", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrder = { 84, 229 }, level = 1, group = "HungryLoopSupportedByDeathmark", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrder = { 84, 284 }, level = 1, group = "HungryLoopSupportedByNightblade", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrder = { 84, 264 }, level = 1, group = "HungryLoopSupportedByInfernalLegion", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrder = { 84, 321 }, level = 1, group = "HungryLoopSupportedBySwiftAssembly", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrder = { 84, 221 }, level = 1, group = "HungryLoopSupportedByChargedMines", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrder = { 84, 342 }, level = 1, group = "HungryLoopSupportedByAwakenedAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrder = { 84, 344 }, level = 1, group = "HungryLoopSupportedByAwakenedAncestralCall", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrder = { 84, 347 }, level = 1, group = "HungryLoopSupportedByAwakenedBrutality", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrder = { 84, 348 }, level = 1, group = "HungryLoopSupportedByAwakenedBurningDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrder = { 84, 377 }, level = 1, group = "HungryLoopSupportedByAwakenedWeaponElementalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrder = { 84, 360 }, level = 1, group = "HungryLoopSupportedByAwakenedFirePenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrder = { 84, 362 }, level = 1, group = "HungryLoopSupportedByAwakenedGenerosity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrder = { 84, 366 }, level = 1, group = "HungryLoopSupportedByAwakenedMeleePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrder = { 84, 367 }, level = 1, group = "HungryLoopSupportedByAwakenedMeleeSplash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrder = { 84, 369 }, level = 1, group = "HungryLoopSupportedByAwakenedMultistrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrder = { 84, 341 }, level = 1, group = "HungryLoopSupportedByAwakenedAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrder = { 84, 345 }, level = 1, group = "HungryLoopSupportedByAwakenedArrowNova", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrder = { 84, 349 }, level = 1, group = "HungryLoopSupportedByAwakenedCastOnCrit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrder = { 84, 351 }, level = 1, group = "HungryLoopSupportedByAwakenedChain", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrder = { 84, 352 }, level = 1, group = "HungryLoopSupportedByAwakenedColdPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrder = { 84, 355 }, level = 1, group = "HungryLoopSupportedByAwakenedDeadlyAilments", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrder = { 84, 361 }, level = 1, group = "HungryLoopSupportedByAwakenedFork", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrder = { 84, 363 }, level = 1, group = "HungryLoopSupportedByAwakenedGreaterMultipleProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrder = { 84, 372 }, level = 1, group = "HungryLoopSupportedByAwakenedSwiftAffliction", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrder = { 84, 376 }, level = 1, group = "HungryLoopSupportedByAwakenedVoidManipulation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrder = { 84, 375 }, level = 1, group = "HungryLoopSupportedByAwakenedViciousProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrder = { 84, 340 }, level = 1, group = "HungryLoopSupportedByAwakenedAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrder = { 84, 343 }, level = 1, group = "HungryLoopSupportedByAwakenedAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrder = { 84, 346 }, level = 1, group = "HungryLoopSupportedByAwakenedBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrder = { 84, 350 }, level = 1, group = "HungryLoopSupportedByAwakenedCastWhileChannelling", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrder = { 84, 353 }, level = 1, group = "HungryLoopSupportedByAwakenedControlledDestruction", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrder = { 84, 354 }, level = 1, group = "HungryLoopSupportedByAwakenedCurseOnHit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrder = { 84, 356 }, level = 1, group = "HungryLoopSupportedByAwakenedElementalFocus", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrder = { 84, 364 }, level = 1, group = "HungryLoopSupportedByAwakenedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrder = { 84, 365 }, level = 1, group = "HungryLoopSupportedByAwakenedLightningPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrder = { 84, 368 }, level = 1, group = "HungryLoopSupportedByAwakenedMinionDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrder = { 84, 370 }, level = 1, group = "HungryLoopSupportedByAwakenedSpellCascade", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrder = { 84, 371 }, level = 1, group = "HungryLoopSupportedByAwakenedSpellEcho", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrder = { 84, 373 }, level = 1, group = "HungryLoopSupportedByAwakenedUnboundAilments", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrder = { 84, 374 }, level = 1, group = "HungryLoopSupportedByAwakenedUnleash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Empower", statOrder = { 84, 357 }, level = 1, group = "HungryLoopSupportedByAwakenedEmpower", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Enlighten", statOrder = { 84, 359 }, level = 1, group = "HungryLoopSupportedByAwakenedEnlighten", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Enhance", statOrder = { 84, 358 }, level = 1, group = "HungryLoopSupportedByAwakenedEnhance", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrder = { 84, 310 }, level = 1, group = "HungryLoopSupportedBySecondWind", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArchmage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Archmage", statOrder = { 84, 205 }, level = 1, group = "HungryLoopSupportedByArchmage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrder = { 84, 329 }, level = 1, group = "HungryLoopSupportedByUrgentOrders", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrder = { 84, 244 }, level = 1, group = "HungryLoopSupportedByFistofWar", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrder = { 84, 322 }, level = 1, group = "HungryLoopSupportedBySwiftBrand", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrder = { 84, 235 }, level = 1, group = "HungryLoopSupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrder = { 84, 260 }, level = 1, group = "HungryLoopSupportedByImpendingDoom", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrder = { 84, 211 }, level = 1, group = "HungryLoopSupportedByBloodthirst", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrder = { 84, 248 }, level = 1, group = "HungryLoopSupportedByFragility", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrder = { 84, 271 }, level = 1, group = "HungryLoopSupportedByLifetap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFocussedBallista_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Focused Ballista", statOrder = { 84, 247 }, level = 1, group = "HungryLoopSupportedByFocussedBallista", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEarthbreaker"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Earthbreaker", statOrder = { 84, 232 }, level = 1, group = "HungryLoopSupportedByEarthbreaker", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBehead"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Behead", statOrder = { 84, 209 }, level = 1, group = "HungryLoopSupportedByBehead", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMarkOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mark On Hit", statOrder = { 84, 277 }, level = 1, group = "HungryLoopSupportedByMarkOnHit", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDivineBlessing"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Eternal Blessing", statOrder = { 84, 240 }, level = 1, group = "HungryLoopSupportedByDivineBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEternalBlessing"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Eternal Blessing", statOrder = { 84, 240 }, level = 1, group = "HungryLoopSupportedByEternalBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOvercharge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Overcharge", statOrder = { 84, 286 }, level = 1, group = "HungryLoopSupportedByPureShock", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCursedGround"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cursed Ground", statOrder = { 84, 227 }, level = 1, group = "HungryLoopSupportedByCursedGround", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByHexBloom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hex Bloom", statOrder = { 84, 256 }, level = 1, group = "HungryLoopSupportedByHexBloom", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByManaforgedArrows"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Manaforged Arrows", statOrder = { 84, 276 }, level = 1, group = "HungryLoopSupportedByManaforgedArrows", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPrismaticBurst"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Prismatic Burst", statOrder = { 84, 295 }, level = 1, group = "HungryLoopSupportedByPrismaticBurst", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReturningProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Returning Projectiles", statOrder = { 84, 304 }, level = 1, group = "HungryLoopSupportedByReturningProjectiles", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrauma"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trauma", statOrder = { 84, 325 }, level = 1, group = "HungryLoopSupportedByTrauma", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spellblade", statOrder = { 84, 316 }, level = 1, group = "HungryLoopSupportedBySpellblade", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDevour"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Devour", statOrder = { 84, 231 }, level = 1, group = "HungryLoopSupportedByDevour", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFreshMeat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fresh Meat", statOrder = { 84, 250 }, level = 1, group = "HungryLoopSupportedByFreshMeat", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFlamewood"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Flamewood", statOrder = { 84, 245 }, level = 1, group = "HungryLoopSupportedByFlamewood", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCorruptingCry"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Corrupting Cry", statOrder = { 84, 224 }, level = 1, group = "HungryLoopSupportedByCorruptingCry", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVolatility"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volatility", statOrder = { 84, 331 }, level = 1, group = "HungryLoopSupportedByVolatility", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGuardiansBlessing"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Guardian's Blessing", statOrder = { 84, 255 }, level = 1, group = "HungryLoopSupportedByGuardiansBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySacrifice"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Sacrifice", statOrder = { 84, 308 }, level = 1, group = "HungryLoopSupportedBySacrifice", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFrigidBond"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Frigid Bond", statOrder = { 84, 251 }, level = 1, group = "HungryLoopSupportedByFrigidBond", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLocusMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Locus Mine", statOrder = { 84, 274 }, level = 1, group = "HungryLoopSupportedByLocusMine", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySadism"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Sadism", statOrder = { 84, 309 }, level = 1, group = "HungryLoopSupportedBySadism", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByControlledBlaze"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Blaze", statOrder = { 84, 223 }, level = 1, group = "HungryLoopSupportedByControlledBlaze", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAutomation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Automation", statOrder = { 84, 207 }, level = 1, group = "HungryLoopSupportedByAutomation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCallToArms"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Call To Arms", statOrder = { 84, 214 }, level = 1, group = "HungryLoopSupportedByCallToArms", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySacredWisps"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Sacred Wisps", statOrder = { 84, 307 }, level = 1, group = "HungryLoopSupportedBySacredWisps", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOverexertion"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Overexertion", statOrder = { 84, 287 }, level = 1, group = "HungryLoopSupportedByOverexertion", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByExpertRetaliation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Expert Retaliation", statOrder = { 84, 241 }, level = 1, group = "HungryLoopSupportedByExpertRetaliation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRupture"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rupture", statOrder = { 84, 305 }, level = 1, group = "HungryLoopSupportedByRupture", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFocusedChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Focused Channelling", statOrder = { 84, 246 }, level = 1, group = "HungryLoopSupportedByFocusedChannelling", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTornados"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Windburst", statOrder = { 84, 323 }, level = 1, group = "HungryLoopSupportedByTornados", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByKineticInstability"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Kinetic Instability", statOrder = { 84, 269 }, level = 1, group = "HungryLoopSupportedByKineticInstability", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLivingLightning"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Living Lightning", statOrder = { 84, 273 }, level = 1, group = "HungryLoopSupportedByLivingLightning", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemLevelPer25PlayerLevelsUnique__1"] = { affix = "", "+1 to Level of Socketed Skill Gems per 25 Player Levels", statOrder = { 143 }, level = 1, group = "SocketedGemLevelPer25PlayerLevels", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown", statOrder = { 745 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrder = { 1182 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Effect", statOrder = { 916 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Effect", statOrder = { 915 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, modTags = { "flask", "damage", "critical" }, }, + ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during effect", statOrder = { 984 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, + ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Effect", statOrder = { 881 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Effect", statOrder = { 956 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__2"] = { affix = "", "Take 250 Chaos Damage per Second during Effect", statOrder = { 956 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskCriticalStrikeDoTMultiplierUnique__1"] = { affix = "", "+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Effect", statOrder = { 929 }, level = 1, group = "FlaskCriticalStrikeDoTMultiplier", weightKey = { }, weightVal = { }, modTags = { "flask", "critical", "ailment" }, }, + ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel1", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AbyssJewelSocketImplicit"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__1"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__2"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__3"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__4"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__5"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__6_"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__7"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__8"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__9"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__10"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__11_"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__12"] = { affix = "", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__13"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__14"] = { affix = "", "Has 6 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__15"] = { affix = "", "Has 2 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__16"] = { affix = "", "Has 3 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__17"] = { affix = "", "Has 4 Abyssal Sockets", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel2", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel3", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel4", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel5", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel6", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 25% increased Area of Effect", statOrder = { 10293, 10293.1 }, level = 1, group = "StarterPassiveJewel7", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel8", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+0.2 metres to Melee Strike Range", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel9", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel10", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel11", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel12", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel13", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrder = { 10294, 10294.1 }, level = 1, group = "StarterPassiveJewel14", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrder = { 4747 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrder = { 7943, 7944 }, level = 1, group = "PassiveEffectivenessJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Effect", statOrder = { 961, 962 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrder = { 683 }, level = 1, group = "TriggeredFireAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrder = { 681 }, level = 1, group = "TriggeredColdAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrder = { 685 }, level = 1, group = "TriggeredLightningAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrder = { 682 }, level = 1, group = "TriggeredElementalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrder = { 688 }, level = 1, group = "TriggeredPhysicalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 447 }, level = 1, group = "SupportedByBlasphemyUnique", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", "20% less Effect of Curses from Socketed Hex Skills", statOrder = { 594, 594.1, 594.2, 594.3 }, level = 1, group = "GrantCursePillarSkillUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantCursePillarSkillUnique__"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", statOrder = { 595, 595.1, 595.2 }, level = 1, group = "GrantCursePillarSkillUnique__", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrder = { 9494 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrder = { 5009 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrder = { 5644 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrder = { 5966 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrder = { 9238 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrder = { 10223, 10223.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrder = { 4677 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Raised Spectres have (800-1000)% increased Critical Strike Chance", statOrder = { 9918 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Raised Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrder = { 9921, 9921.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrder = { 6636 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrder = { 6659 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrder = { 9413 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "1% increased Armour per 50 Reserved Mana", statOrder = { 6591 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrder = { 6720 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrder = { 9326 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrder = { 4424 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrder = { 9019 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrder = { 6391 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrder = { 6388 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrder = { 5863 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrder = { 3102 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "critical" }, }, + ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrder = { 4645 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrder = { 7799 }, level = 1, group = "HitsCantBeEvadedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrder = { 4798 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrder = { 4640 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+0.2 metres to Melee Strike Range while Fortified", statOrder = { 9037 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrder = { 10061 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrder = { 10067 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrder = { 4624 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage" }, }, + ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage with Hits and Ailments against Taunted Enemies", statOrder = { 5973 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage" }, }, + ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrder = { 5000 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while Fortified", statOrder = { 3232 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+0.3 metres to Melee Strike Range while at Maximum Frenzy Charges", statOrder = { 9036 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrder = { 5119 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrder = { 9484 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment" }, }, + ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrder = { 4816 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, + ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrder = { 2040 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrder = { 5004 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrder = { 5590 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["FortifyEffectWhileStationaryUber1"] = { affix = "", "+4 to maximum Fortification while stationary", statOrder = { 8947 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortification Duration per 10 Strength", statOrder = { 6555 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrder = { 6219 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrder = { 4635 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrder = { 6206 }, level = 1, group = "ElementalDamagePer12Intelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrder = { 4451 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrder = { 6207 }, level = 1, group = "ElementalDamagePer12Strength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrder = { 6208 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrder = { 7749 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrder = { 7748 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you stop being Fortified", statOrder = { 6641 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "Gain (30-50) Life per Enemy Hit with this Weapon while you are Leeching", statOrder = { 7842 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, + ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrder = { 5305 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrder = { 5300 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrder = { 5313 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrder = { 5962 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrder = { 1773 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrder = { 1773 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__3_"] = { affix = "", "(10-20)% increased Duration of Ailments on Enemies", statOrder = { 1773 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__4"] = { affix = "", "(5-25)% increased Duration of Ailments on Enemies", statOrder = { 1773 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["FasterAilmentDamageUnique__1"] = { affix = "", "Damaging Ailments deal damage (5-25)% faster", statOrder = { 6027 }, level = 1, group = "FasterAilmentDamage", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrder = { 10601 }, level = 1, group = "SharedSuffering", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrder = { 729 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has no Reservation if Cast as an Aura", statOrder = { 6526 }, level = 1, group = "FlammabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has no Reservation if Cast as an Aura", statOrder = { 6577 }, level = 1, group = "FrostbiteNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has no Reservation if Cast as an Aura", statOrder = { 5746 }, level = 1, group = "ConductivityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has no Reservation if Cast as an Aura", statOrder = { 10350 }, level = 1, group = "VulnerabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["DespairReservationCostUnique__1"] = { affix = "", "Despair has no Reservation if Cast as an Aura", statOrder = { 6070 }, level = 1, group = "DespairNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 10165 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__2"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 10165 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PunishmentReservationCostUnique__1"] = { affix = "", "Punishment has no Reservation if Cast as an Aura", statOrder = { 9560 }, level = 1, group = "PunishmentNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["EnfeebleReservationCostUnique__1"] = { affix = "", "Enfeeble has no Reservation if Cast as an Aura", statOrder = { 6358 }, level = 1, group = "EnfeebleNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ElementalWeaknessReservationCostUnique__1"] = { affix = "", "Elemental Weakness has no Reservation if Cast as an Aura", statOrder = { 6243 }, level = 1, group = "ElementalWeaknessNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "+(30-40)% chance to Suppress Spell Damage while your Off Hand is empty", statOrder = { 9978 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrder = { 5719 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrder = { 10629 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrder = { 10635 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrder = { 10639 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrder = { 10638 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrder = { 2786 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take (5-10)% increased Damage for each type of Ailment you have inflicted on them", statOrder = { 2373 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrder = { 703 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrder = { 4078 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrder = { 4494 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrder = { 6220 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrder = { 8988 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrder = { 8996 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedLifePerAbyssalJewelUnique__2"] = { affix = "", "3% increased Maximum Life per Abyss Jewel affecting you", statOrder = { 8988 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaPerAbyssalJewelUnique__2"] = { affix = "", "3% increased Maximum Mana per Abyss Jewel affecting you", statOrder = { 8996 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ElementalPenetrationPerAbyssalJewelUnique__1"] = { affix = "", "Penetrate 4% Elemental Resistances per Abyss Jewel affecting you", statOrder = { 9403 }, level = 1, group = "ElementalPenetrationPerAbyssalJewel", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrder = { 4239 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of Non-Damaging Ailments per Elder Item Equipped", statOrder = { 4243 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrder = { 4240 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrder = { 4241 }, level = 1, group = "AilmentDamageOverTimeMultiplierPerElderItem", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrder = { 9713 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, modTags = { "flask", "ailment" }, }, + ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrder = { 10055, 10055.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spell Damage", statOrder = { 5326 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrder = { 7791 }, level = 1, group = "LocalIncreasedEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrder = { 7791 }, level = 1, group = "LocalIncreasedEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 7728 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["FortifyOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Hits have 25% chance to Fortify", statOrder = { 7794 }, level = 1, group = "FortifyOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["RageOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Attacks grant 1 Rage on Hit", statOrder = { 7793 }, level = 1, group = "RageOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrder = { 7729 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["BlindOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks", statOrder = { 7732 }, level = 1, group = "BlindOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["OnslaughtOnKillWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Attacks have 25% chance to grant Onslaught On Kill", statOrder = { 7726 }, level = 1, group = "OnslaughtOnKillWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrder = { 7872 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrder = { 7854 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["MinionUnholyMightWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have 25% chance to", "gain Unholy Might on Hit with Spells", statOrder = { 7855, 7855.1 }, level = 1, group = "MinionUnholyMightWithSpells", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos", "caster", "minion" }, }, + ["AbyssJewelEffectUnique__1"] = { affix = "", "(50-100)% increased Effect of Socketed Abyss Jewels", statOrder = { 200 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MovementVelocityWithMagicAbyssJewelUnique__1"] = { affix = "", "(24-32)% increased Movement Speed while affected by a Magic Abyss Jewel", statOrder = { 9253 }, level = 1, group = "MovementVelocityWithMagicAbyssJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalAilmentDurationWithRareAbyssJewelUnique__1"] = { affix = "", "(40-60)% reduced Duration of Elemental Ailments on You while affected by a Rare Abyss Jewel", statOrder = { 6190 }, level = 1, group = "ElementalAilmentDurationWithRareAbyssJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReservationEfficiencyWithUniqueAbyssJewelUnique__1"] = { affix = "", "(16-24)% increased Reservation Efficiency of Skills while affected by a Unique Abyss Jewel", statOrder = { 9721 }, level = 1, group = "ReservationEfficiencyWithUniqueAbyssJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrder = { 4678 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrder = { 9333 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrder = { 10627 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrder = { 10614 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrder = { 10614 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrder = { 10590 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrder = { 9334 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrder = { 6392 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrder = { 4779 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrder = { 4772 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrder = { 10625 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrder = { 4814 }, level = 1, group = "ChanceToBleedIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrder = { 10633 }, level = 1, group = "IncreasedCriticalStrikeChanceWithAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrder = { 10637 }, level = 1, group = "ArmourWithoutAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrder = { 10634 }, level = 1, group = "ConvertPhysicalToFireWithAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrder = { 10626 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrder = { 10628 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrder = { 9542 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 9541 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos2", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrder = { 6045 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrder = { 235 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Elemental Penetration", statOrder = { 235 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "Gain a Spirit Charge on Kill", statOrder = { 4294 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrder = { 4296 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrder = { 4297 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["PhysAddedAsEachElementPerSpiritChargeUnique__1"] = { affix = "", "Gain 5% of Physical Damage as Extra Damage of each Element per Spirit Charge", statOrder = { 9430 }, level = 1, group = "PhysAddedAsEachElementPerSpiritCharge", weightKey = { }, weightVal = { }, modTags = { "earth_elemental", "physical" }, }, + ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrder = { 730 }, level = 1, group = "LocalDisplayGrantLevelXSpiritBurst", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrder = { 4293 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrder = { 4295 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 4291 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 4291 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrder = { 10498 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrder = { 709 }, level = 1, group = "LocalDisplayGrantLevelXShadeForm", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrder = { 710 }, level = 1, group = "TriggerShadeFormWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrder = { 9070 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5642 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrder = { 6215 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrder = { 9456 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrder = { 4184 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrder = { 3284 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrder = { 7234 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrder = { 9067 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrder = { 4459 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrder = { 3194 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrder = { 4498 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrder = { 4498 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrder = { 10496 }, level = 1, group = "DamageTakenPerEnduranceChargeWhenHit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrder = { 10494 }, level = 1, group = "DamageTakenPerFrenzyChargeMoving", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrder = { 10500, 10500.1 }, level = 1, group = "DamageTakenPerPowerChargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrder = { 9613 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrder = { 733 }, level = 1, group = "VoidShotOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrder = { 4267, 6795 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your opposite Ring is an Elder Item", statOrder = { 4238 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your opposite Ring is a Shaper Item", statOrder = { 4235 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your opposite Ring is an Elder Item", statOrder = { 4236 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your opposite Ring is a Shaper Item", statOrder = { 4237 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrder = { 4254 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrder = { 4255 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrder = { 4257 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrder = { 4256 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrder = { 4247 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrder = { 4246 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrder = { 4248 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, + ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrder = { 4251 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrder = { 4249 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrder = { 4250 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrder = { 4252 }, level = 1, group = "DamageTakenPerSiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrder = { 737 }, level = 100, group = "TentacleSmashOnKill", weightKey = { }, weightVal = { }, modTags = { "skill", "green_herring" }, }, + ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrder = { 736 }, level = 1, group = "GlimpseOfEternityWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrder = { 738 }, level = 100, group = "SummonVoidSphereOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrder = { 591 }, level = 1, group = "GrantsPetrificationStatue", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 609 }, level = 1, group = "GrantsCatAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 604 }, level = 1, group = "GrantsBirdAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 634 }, level = 1, group = "GrantsSpiderAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrder = { 624 }, level = 1, group = "GrantsIntimidatingCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 611 }, level = 1, group = "GrantsCrabAspect", weightKey = { }, weightVal = { }, modTags = { "blue_herring", "skill" }, }, + ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrder = { 1506 }, level = 65, group = "ItemQuantityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5957 }, level = 72, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamagePer15DexterityUnique__2"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5957 }, level = 1, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrder = { 7274 }, level = 74, group = "LifeRegeneratedPerMinuteWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrder = { 6198 }, level = 77, group = "IncreasedElementalDamageIfKilledCursedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrder = { 5568 }, level = 63, group = "DoubleDamagePer500Strength", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrder = { 8734 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrder = { 9605 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrder = { 4286 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrder = { 4285 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrder = { 2389 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5669 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrder = { 5669 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9804 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrder = { 9804 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrder = { 384 }, level = 1, group = "SupportedByTrapAndMineDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrder = { 382 }, level = 1, group = "SupportedByClusterTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrder = { 9056 }, level = 1, group = "AviansMightColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrder = { 9068 }, level = 1, group = "AviansMightLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AviansMightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Might Duration", statOrder = { 4834 }, level = 1, group = "AviansMightDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrder = { 4693 }, level = 1, group = "GrantAviansAspectToAllies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrder = { 4692 }, level = 1, group = "AvianAspectBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrder = { 7276 }, level = 1, group = "AviansFlightLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrder = { 8048 }, level = 1, group = "AviansFlightManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Flight Duration", statOrder = { 4833 }, level = 1, group = "AviansFlightDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", statOrder = { 711 }, level = 1, group = "GrantsAvianTornado", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrder = { 726 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrder = { 4260 }, level = 81, group = "MaximumCrabBarriers", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrder = { 4263 }, level = 1, group = "AdditionalBlockChance5CrabBarriers", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrder = { 4264 }, level = 1, group = "AdditionalBlockChance10CrabBarriers", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrder = { 4262 }, level = 1, group = "CrabBarriersLostWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrder = { 4261 }, level = 1, group = "DamagePerCrabBarrier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrder = { 4265, 4265.1 }, level = 1, group = "ChanceToGainMaximumCrabBarriers", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrder = { 4258 }, level = 1, group = "CannotBeStunned10CrabBarriers", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrder = { 4259 }, level = 1, group = "CannotLoseCrabBarriersIfLostRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrder = { 6692 }, level = 1, group = "GainPhasingWhileCatsStealth", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrder = { 6684 }, level = 1, group = "GainOnslaughtWhileCatsAgility", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CatsStealthDurationUnique__1_"] = { affix = "", "+2 seconds to Cat's Stealth Duration", statOrder = { 5374 }, level = 1, group = "CatsStealthDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CatsAgilityDurationUnique__1"] = { affix = "", "+2 seconds to Cat's Agility Duration", statOrder = { 4694 }, level = 1, group = "CatsAgilityDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrder = { 5373 }, level = 1, group = "CatAspectReservesNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrder = { 6665 }, level = 1, group = "GainMaxFrenzyAndPowerOnCatsStealth", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrder = { 6664 }, level = 1, group = "GainMaxFrenzyAndEnduranceOnCatsAgility", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrder = { 4812 }, level = 1, group = "AttacksBleedOnHitWithCatsStealth", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrder = { 10620 }, level = 1, group = "GainCrimsonDanceWithCatsStealth", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrder = { 9248 }, level = 1, group = "MovementSpeedWithCatsStealth", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrder = { 4271 }, level = 1, group = "AdditionalCriticalStrikeChanceWithCatAspect", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrder = { 4272 }, level = 1, group = "CritsBlindChanceWithCatsStealth", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrder = { 7024 }, level = 1, group = "DamageAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to Avoid Bleeding", statOrder = { 4127 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "100% chance to Avoid Bleeding", statOrder = { 4127 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrder = { 7023 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "AccuracyAgainstBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrder = { 700 }, level = 1, group = "CommandmentOfInfernoOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, }, + ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrder = { 9370 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrder = { 9370 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(8-12)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120%", statOrder = { 5280 }, level = 1, group = "BurningDamagePerEnemyShockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrder = { 6769 }, level = 1, group = "AddedLightningDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrder = { 7312 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrder = { 4274 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrder = { 4275 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrder = { 9074 }, level = 1, group = "AddedFireDamageWhileNoLifeReserved", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrder = { 9073 }, level = 1, group = "AddedColdDamageWhileNoLifeReserved", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrder = { 9075 }, level = 1, group = "AddedLightningDamageWhileNoLifeReserved", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrder = { 6683 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrder = { 7042 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrder = { 10619 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrder = { 707 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrder = { 708 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have Non-Animated, Non-Manifested Minions", statOrder = { 10452 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrder = { 4595 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated and Manifested Minions' Melee Strikes deal Splash", "Damage to surrounding targets", statOrder = { 4598, 4598.1 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated and Manifested Minions' Melee Strikes deal 50% less Splash Damage", statOrder = { 6790 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrder = { 9061 }, level = 1, group = "FireDamageToAttacksPerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack" }, }, + ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrder = { 9053 }, level = 1, group = "ColdDamageToAttacksPerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack" }, }, + ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrder = { 9066 }, level = 1, group = "LightningDamageToAttacksPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, }, + ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrder = { 4799 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrder = { 5365 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrder = { 5671 }, level = 30, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrder = { 471 }, level = 57, group = "TriggerSocketedSpellOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["TriggerSocketedSpellOnBowAttackUnique__2"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrder = { 471 }, level = 1, group = "TriggerSocketedSpellOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrder = { 10456 }, level = 75, group = "CountAsLowLifeWhenNotOnFullLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrder = { 4695 }, level = 1, group = "IncreasedSpiderWebCount", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrder = { 10000 }, level = 1, group = "AspectOfSpiderDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrder = { 6328 }, level = 1, group = "ESOnHitWebbedEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrder = { 10003 }, level = 1, group = "AspectOfSpiderWebInterval", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrder = { 5599 }, level = 1, group = "PowerChargeOnHitWebbedEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrder = { 5621 }, level = 1, group = "PoisonChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrder = { 9483 }, level = 1, group = "PoisonDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrder = { 9048 }, level = 1, group = "ChaosDamagePerWebOnEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrder = { 7028 }, level = 1, group = "DamageAgainstEnemiesWith3Webs", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrder = { 10002 }, level = 1, group = "AreaOfEffectAspectOfSpider", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrder = { 5942 }, level = 1, group = "DamageDealtByWebbedEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrder = { 9724 }, level = 1, group = "ResistancesOfWebbedEnemies", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrder = { 10458 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 674 }, level = 61, group = "PoachersMarkCurseOnHitHexproof", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrder = { 5891 }, level = 1, group = "CullingStrikePoachersMark", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrder = { 9775 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (175-250)% increased Damage", statOrder = { 3563 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (25-40)% increased Damage", statOrder = { 3563 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrder = { 9603 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, + ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrder = { 9414 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrder = { 592 }, level = 79, group = "BlindingAuraSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrder = { 9062 }, level = 1, group = "AddedFireDamageAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrder = { 7298 }, level = 1, group = "LightRadiusAppliesToAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrder = { 9678 }, level = 1, group = "FirePenetrationAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrder = { 7034 }, level = 72, group = "HitsCannotBeEvadedAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrder = { 5701 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrder = { 721 }, level = 77, group = "OnHitWhileCursedTriggeredCurseNova", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrder = { 3282 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrder = { 9495 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrder = { 4474 }, level = 1, group = "MaximumResistancesWhilePoisoned", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrder = { 6352 }, level = 1, group = "EnergyShieldRegenPerPoison", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrder = { 2361 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrder = { 3009 }, level = 1, group = "MaximumLifePerCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrder = { 3010 }, level = 1, group = "MaximumEnergyShieldPerCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrder = { 3015 }, level = 1, group = "AllResistancesPerCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrder = { 907 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrder = { 914 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrder = { 804 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrder = { 761 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(60-80)% increased Damage with Vaal Skills during effect", statOrder = { 948 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrder = { 949 }, level = 1, group = "FlaskVaalSkillMoreDamage", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance with Vaal Skills during effect", statOrder = { 947 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Non-Aura Vaal Skills require 25% reduced Souls Per Use during Effect", statOrder = { 951 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration", statOrder = { 952 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrder = { 950 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during Effect of any Soul Ripper Flask", statOrder = { 980 }, level = 1, group = "CannotGainFlaskChargesDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrder = { 795 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrder = { 799 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, modTags = { "flask", "vaal" }, }, + ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability", statOrder = { 3034 }, level = 28, group = "UniqueSelfCurseVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability", statOrder = { 3034 }, level = 66, group = "UniqueSelfCurseVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrder = { 3029 }, level = 1, group = "EnemiesExtraDamageRollsWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrder = { 3032 }, level = 1, group = "CountAsLowLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrder = { 3391 }, level = 1, group = "TrapAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrder = { 4504 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrder = { 9412, 9412.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrder = { 10630 }, level = 1, group = "TrapSkillsHaveBloodMagic", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrder = { 3030 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrder = { 4282 }, level = 1, group = "LifeRegenerationWith500EnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrder = { 4283 }, level = 1, group = "LifeRegenerationWith1000EnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrder = { 4284 }, level = 1, group = "LifeRegenerationWith1500EnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrder = { 1934 }, level = 1, group = "IncreasedLifePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrder = { 1929 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__2"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrder = { 1929 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no inherent bonus to Maximum Mana", statOrder = { 1930 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrder = { 7287 }, level = 1, group = "LifeRegenerationPer500EnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrder = { 10111 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrder = { 10110 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrder = { 10617 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrder = { 4639 }, level = 1, group = "AreaOfEffectPerEnemyKilledRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrder = { 10631 }, level = 1, group = "ZealotsOathIfHaventBeenHitRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "Gain 10 Life per Enemy Hit if you have used a Vaal Skill Recently", statOrder = { 7225 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrder = { 9233 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrder = { 6702 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrder = { 2800 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrder = { 6715 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrder = { 3071 }, level = 1, group = "CriticalStrikeMultiplierPerUnallocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrder = { 3063 }, level = 1, group = "AdditionalPhysicalReductionPerAllocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrder = { 2982 }, level = 1, group = "AdditionalStrengthPerAllocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrder = { 3072 }, level = 1, group = "FlatManaRegenPerUnallocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrder = { 3065 }, level = 1, group = "MovementSpeedPerAllocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrder = { 2980 }, level = 1, group = "AdditionalDexterityPerAllocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrder = { 3070 }, level = 1, group = "AccuracyRatingPerUnallocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrder = { 3064, 3064.1 }, level = 1, group = "EnergyShieldRegenPerAllocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrder = { 2981 }, level = 1, group = "AdditionalIntelligencePerAllocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrder = { 7929 }, level = 1, group = "LifeRecoveryRatePerAllocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrder = { 7929 }, level = 1, group = "LifeRecoveryRatePerAllocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrder = { 7930 }, level = 1, group = "LifeRecoveryRatePerUnallocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrder = { 3071 }, level = 1, group = "CriticalStrikeMultiplierPerUnallocatedStrengthJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrder = { 3065 }, level = 1, group = "MovementSpeedPerAllocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrder = { 3065 }, level = 1, group = "MovementSpeedPerAllocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrder = { 7942 }, level = 1, group = "MovementSpeedPerUnallocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrder = { 7879 }, level = 1, group = "AccuracyRatingPerUnallocatedDexterityJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrder = { 7938 }, level = 1, group = "ManaRecoveryRatePerAllocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrder = { 7938 }, level = 1, group = "ManaRecoveryRatePerAllocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrder = { 7939 }, level = 1, group = "ManaRecoveryRatePerUnallocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrder = { 7898 }, level = 1, group = "DamageOverTimeMultiplierPerUnallocatedIntelligenceJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["DamageConversionToRandomElementUnique__1"] = { affix = "", "75% of Physical Damage converted to a random Element", statOrder = { 1872 }, level = 1, group = "DamageConversionToRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrder = { 4276 }, level = 1, group = "LocalDamageConversionToRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrder = { 4276 }, level = 1, group = "LocalDamageConversionToRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrder = { 4276 }, level = 1, group = "LocalDamageConversionToRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrder = { 4278 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, + ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrder = { 4279 }, level = 1, group = "LocalElementalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrder = { 4280 }, level = 1, group = "LocalElementalDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrder = { 4281 }, level = 1, group = "LocalElementalDamageAgainstShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrder = { 6682 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrder = { 8013 }, level = 1, group = "LoseManaPerSecond", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrder = { 8014 }, level = 1, group = "LoseManaPercentPerSecond", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "20% increased Evasion Rating per 500 Maximum Mana", statOrder = { 6374 }, level = 1, group = "DodgeAndSpellDodgePerMaximumMana", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrder = { 554 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage", statOrder = { 1891 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrder = { 7907, 7910 }, level = 1, group = "ElementalHitDisableFireJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrder = { 7906, 7909 }, level = 1, group = "ElementalHitDisableColdJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrder = { 7908, 7911 }, level = 1, group = "ElementalHitDisableLightningJewel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 25 Summon Phantasm Skill when you Consume a corpse", statOrder = { 732 }, level = 1, group = "TriggerSummonPhantasmOnCorpseConsume", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrder = { 5367 }, level = 1, group = "CastSpeedPerCorpseConsumedRecently", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrder = { 10436 }, level = 1, group = "LifeRegenerationIfCorpseConsumedRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrder = { 3603 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse"] = { affix = "", "Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown", statOrder = { 136 }, level = 1, group = "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrder = { 7755 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (25-35)% less Damage", statOrder = { 3612 }, level = 1, group = "LessGolemDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (25-35)% less Life", statOrder = { 4006 }, level = 1, group = "LessGolemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrder = { 3604 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrder = { 6783 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice (5-25)% of Life to gain that much Energy Shield when you Cast a Spell", statOrder = { 9756 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrder = { 4485 }, level = 1, group = "PhysicalDamageReductionPerKeystone", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrder = { 4897 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrder = { 7814 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrder = { 7812 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrder = { 7764 }, level = 1, group = "UniqueNearbyAlliesAreLuckyDisplay", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["UniqueNearbyAlliesAreLucky"] = { affix = "", "Damage with Hits is Lucky", statOrder = { 4918 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrder = { 9332 }, level = 1, group = "PlaceAdditionalMineWith600Intelligence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrder = { 9331 }, level = 1, group = "PlaceAdditionalMineWith600Dexterity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrder = { 1065 }, level = 1, group = "BlockChancePer50Strength", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrder = { 1072 }, level = 1, group = "ExtraRollsSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrder = { 2036 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrder = { 2038 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrder = { 2053 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrder = { 2539 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrder = { 9236 }, level = 1, group = "MovementVelocityPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrder = { 9239 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1489 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrder = { 2538 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrder = { 7290 }, level = 1, group = "LifeRegenerationPercentPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrder = { 3111 }, level = 1, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrder = { 3198 }, level = 1, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5967 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrder = { 9059 }, level = 1, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrder = { 4184 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrder = { 9064 }, level = 1, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrder = { 4446 }, level = 1, group = "BlockChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrder = { 4447 }, level = 1, group = "BlockChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrder = { 4448 }, level = 1, group = "BlockChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Endurance Charge", statOrder = { 9969 }, level = 1, group = "DodgeChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Frenzy Charge", statOrder = { 2457 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Power Charge", statOrder = { 9972 }, level = 1, group = "DodgeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrder = { 6454 }, level = 1, group = "FireDamageAddedAsChaosPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrder = { 5710 }, level = 1, group = "ColdDamageAddedAsChaosPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrder = { 7314 }, level = 1, group = "LightningDamageAddedAsChaosPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrder = { 9458 }, level = 1, group = "IncreasedArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrder = { 1469 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrder = { 6338 }, level = 1, group = "IncreasedEnergyShieldPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrder = { 4150 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrder = { 6666 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6668, 6668.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 6639 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1746 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrder = { 1743 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, }, + ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrder = { 4720 }, level = 1, group = "AttackAndCastSpeedPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrder = { 1961 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrder = { 4721 }, level = 1, group = "AttackAndCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrder = { 5837 }, level = 1, group = "CriticalStrikeChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrder = { 5838 }, level = 1, group = "CriticalStrikeChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrder = { 3194 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5642 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrder = { 9450 }, level = 1, group = "PhysicalDamageReductionPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrder = { 9452 }, level = 1, group = "PhysicalDamageReductionPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1722 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrder = { 7169 }, level = 1, group = "IntimidateOnHitMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrder = { 6678 }, level = 1, group = "OnslaughtOnHitMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrder = { 6620 }, level = 1, group = "ArcaneSurgeOnHitMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrder = { 3963 }, level = 1, group = "CannotBeStunnedMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrder = { 6644 }, level = 1, group = "FlaskChargeOnCritMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrder = { 9329 }, level = 1, group = "AdditionalCurseMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrder = { 10623 }, level = 1, group = "VaalPactMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrder = { 10621 }, level = 1, group = "IronReflexesMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrder = { 10622 }, level = 1, group = "MindOverMatterMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrder = { 1462 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrder = { 1456 }, level = 1, group = "GlobalEvasionAndArmourPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrder = { 1454 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "(20-30)% increased Armour", statOrder = { 1454 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrder = { 1813, 3316 }, level = 1, group = "NearbyEnemiesReducedStunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrder = { 3314 }, level = 1, group = "NearbyEnemiesGrantIncreasedFlaskCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrder = { 3312 }, level = 1, group = "NearbyEnemiesHaveIncreasedChanceToBeCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrder = { 3042, 3313 }, level = 1, group = "NearbyEnemiesHaveIncreasedChanceToBeCrit2", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", "-10% to All Resistances", statOrder = { 2911, 9723 }, level = 1, group = "NearbyEnemiesHaveReducedAllResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrder = { 2918 }, level = 1, group = "AuraAddedFireDamagePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrder = { 2919 }, level = 1, group = "AuraAddedColdDamagePerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrder = { 2920 }, level = 1, group = "AuraAddedLightningDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrder = { 2921 }, level = 1, group = "AuraAddedChaosDamagePerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrder = { 4289 }, level = 1, group = "ArmourPerEvasionRatingOnShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrder = { 4290 }, level = 1, group = "EvasionRatingPerEnergyShieldOnShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrder = { 4288 }, level = 1, group = "EnergyShieldPerArmourOnShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrder = { 4287 }, level = 1, group = "LifeLeechFromSpellsWith30BlockOnShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrder = { 4594 }, level = 69, group = "AngerNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrder = { 5689 }, level = 69, group = "ClarityNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrder = { 6074 }, level = 69, group = "DeterminationNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrder = { 6090 }, level = 69, group = "DisciplineNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrder = { 6788 }, level = 69, group = "GraceNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrder = { 6821 }, level = 69, group = "HasteNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrder = { 6825 }, level = 69, group = "HatredNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrder = { 9569 }, level = 69, group = "PurityOfElementsNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrder = { 9572 }, level = 69, group = "PurityOfFireNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrder = { 9575 }, level = 69, group = "PurityOfIceNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrder = { 9578 }, level = 69, group = "PurityOfLightningNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrder = { 10335 }, level = 69, group = "VitalityNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrder = { 10426 }, level = 69, group = "WrathNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrder = { 6361 }, level = 69, group = "EnvyNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrder = { 6063 }, level = 69, group = "MalevolenceNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrder = { 10515 }, level = 69, group = "ZealotryNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrder = { 9521 }, level = 69, group = "PrideNoReservation", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (90-102) to (132-156) additional Physical Damage", statOrder = { 3685 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrder = { 5562 }, level = 1, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrder = { 4934 }, level = 1, group = "AdditionalHolyRelic", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrder = { 7052 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrder = { 3301 }, level = 1, group = "ColdDamageTakenPercentage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrder = { 3301 }, level = 1, group = "ColdDamageTakenPercentage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["OnslaughtEffectUnique__1"] = { affix = "", "100% increased Effect of Onslaught on you", statOrder = { 3202 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrder = { 10632 }, level = 1, group = "PhysicalDamageWhileResoluteTechnique", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrder = { 6222 }, level = 1, group = "IncreasedWeaponElementalDamagePercentPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrder = { 4685 }, level = 1, group = "ArrowsAlwaysPierceAfterForking", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrder = { 5854 }, level = 1, group = "ArrowsThatPierceHaveCritMulti", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrder = { 254 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrder = { 257 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrder = { 10636 }, level = 1, group = "ChanceToBleedWithoutAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrder = { 6461 }, level = 1, group = "FireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrder = { 9445 }, level = 1, group = "PhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrder = { 9432 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental" }, }, + ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrder = { 6344 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(50-100)% increased Spell Critical Strike Chance per Raised Spectre", statOrder = { 9938 }, level = 1, group = "SpellCriticalStrikeChancePerSpectre", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrder = { 6618 }, level = 1, group = "GainArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrder = { 9919 }, level = 1, group = "SpectresGainArcaneSurgeWhenYouDo", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrder = { 715 }, level = 1, group = "TriggerFeastOfFleshSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering, Spirit Offering every 5 seconds in sequence", "Offering Skills Triggered this way also affect you", statOrder = { 716, 716.1 }, level = 1, group = "TriggerRandomOfferingSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrder = { 7839 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrder = { 7838 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrder = { 7862 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrder = { 7863 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrder = { 6443 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, + ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrder = { 678 }, level = 1, group = "TriggerArcaneWakeSkillUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrder = { 7786 }, level = 1, group = "DoubleDamageWithWeapon", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrder = { 6547 }, level = 1, group = "FocusCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrder = { 3013 }, level = 1, group = "LifeRegenPerUncorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrder = { 4244 }, level = 1, group = "TotalManaCostPerCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrder = { 5675 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrder = { 7025 }, level = 1, group = "DamageWithHitsAndAilmentsAgainstChilledEnemy", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrder = { 6211 }, level = 1, group = "ElementalDamageWhileAffectedBySextant", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrder = { 2396 }, level = 1, group = "BleedOnCrit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrder = { 7995 }, level = 1, group = "MaimOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrder = { 2404 }, level = 1, group = "EnemiesYouBleedGrantIncreasedFlaskCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrder = { 2405 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrder = { 10437 }, level = 1, group = "LifeRegenerationIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrder = { 6800 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrder = { 6710 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrder = { 9551 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Effect take (7-10)% increased Damage", statOrder = { 957 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrder = { 753 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__2"] = { affix = "", "Recharges 5 Charges when you Consume an Ignited corpse", statOrder = { 753 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Effect", statOrder = { 958 }, level = 1, group = "RecoverMaximumLifeOnKillFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Effect", statOrder = { 959 }, level = 1, group = "RecoverMaximumManaOnKillFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Effect", statOrder = { 960 }, level = 1, group = "RecoverMaximumEnergyShieldOnKillFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "defences", "energy_shield" }, }, + ["AlternateFireAilmentUnique__1"] = { affix = "", "(25-50)% chance to Scorch Enemies", "Cannot inflict Ignite", statOrder = { 1938, 2471 }, level = 1, group = "AlternateFireAilment", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AlternateColdAilmentUnique__1"] = { affix = "", "(25-50)% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrder = { 1941, 2473 }, level = 1, group = "AlternateColdAilment", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AlternateLightningAilmentUnique__1__"] = { affix = "", "(25-50)% chance to Sap Enemies", "Cannot inflict Shock", statOrder = { 1945, 2474 }, level = 1, group = "AlternateLightningAilment", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["PrismaticSkillsInflictScorchUnique_1"] = { affix = "", "Hits with Prismatic Skills always Scorch", statOrder = { 9527 }, level = 1, group = "PrismaticSkillsAlwaysScorch", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PrismaticSkillsInflictBrittleUnique_1"] = { affix = "", "Hits with Prismatic Skills always inflict Brittle", statOrder = { 9525 }, level = 1, group = "PrismaticSkillsAlwaysBrittle", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PrismaticSkillsInflictSapUnique_1"] = { affix = "", "Hits with Prismatic Skills always Sap", statOrder = { 9526 }, level = 1, group = "PrismaticSkillsAlwaysSap", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrder = { 1172 }, level = 1, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrder = { 1169 }, level = 1, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+50% to Cold Damage over Time Multiplier", statOrder = { 1169 }, level = 1, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrder = { 1164 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrder = { 1164 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrder = { 1164 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrder = { 2125 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrder = { 2125 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown", statOrder = { 735 }, level = 1, group = "TriggerCurseOnCurse", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["TrapsApplySocketedCurseSkillsWhenTriggeredUnique_1"] = { affix = "", "You cannot Cast Socketed Hex Curse Skills", "Inflict Socketed Hexes on Enemies that trigger your Traps", statOrder = { 470, 470.1 }, level = 70, group = "TriggerCurseOnTrap", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrder = { 1636 }, level = 1, group = "EnergyShieldLeechPerCurse", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrder = { 4245 }, level = 1, group = "ElementalDamagePercentAddedAsChaosPerShaperItem", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrder = { 7040 }, level = 1, group = "HitsIgnoreChaosResistanceAllShaperItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrder = { 7039 }, level = 1, group = "HitsIgnoreChaosResistanceAllElderItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrder = { 5707 }, level = 1, group = "ColdDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrder = { 7313 }, level = 1, group = "LightningDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ElementalDamagePerResistanceAbove75Unique_1"] = { affix = "", "(5-10)% increased Elemental Damage per 1% Fire, Cold, or Lightning Resistance above 75%", statOrder = { 6194 }, level = 1, group = "ElementalDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ClassicNebulisImplicitModifierMagnitudeUnique_1"] = { affix = "", "(60-120)% increased Implicit Modifier magnitudes", statOrder = { 40 }, level = 1, group = "LocalImplicitStatMagnitude", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(15-30)% reduced Duration", statOrder = { 771 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrder = { 794 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrder = { 891 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, + ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrder = { 888 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrder = { 930 }, level = 1, group = "FlaskConsecratedGroundEffectCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, + ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within 1.5 metres", statOrder = { 2133 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Effect spread to other Enemies within 2 metres", statOrder = { 972 }, level = 85, group = "ShockProliferationDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Effect", statOrder = { 971 }, level = 1, group = "ShockEffectDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrder = { 1823 }, level = 1, group = "ShockOnKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrder = { 4298, 4299 }, level = 1, group = "DivineChargeOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrder = { 4301, 4301.1 }, level = 1, group = "GainDivinityOnMaxDivineCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrder = { 2089, 7770 }, level = 1, group = "NearbyEnemiesCannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below Base Value", "Nearby Allies' Action Speed cannot be modified to below Base Value", statOrder = { 3106, 7762 }, level = 1, group = "NearbyAlliesCannotBeSlowed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["ManaReservationPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 8057 }, level = 1, group = "ManaReservationPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 8058 }, level = 1, group = "ManaReservationEfficiencyPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrder = { 2914 }, level = 1, group = "DefencesPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["BlockPer100StrengthAuraUnique__1___"] = { affix = "", "Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have", statOrder = { 2913 }, level = 1, group = "BlockPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrder = { 2915 }, level = 1, group = "CriticalMultiplierPer100DexterityAura", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrder = { 2916 }, level = 1, group = "CastSpeedPer100IntelligenceAura", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 30 Precision Skill", statOrder = { 600 }, level = 81, group = "AccuracyAuraSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 9507 }, level = 1, group = "PrecisionAuraBonus", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["PrecisionReservationEfficiencyUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 9508 }, level = 1, group = "PrecisionReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Divine Blessing", statOrder = { 206 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrder = { 671 }, level = 1, group = "TriggerBowSkillsOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "gem" }, }, + ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrder = { 744, 744.1 }, level = 1, group = "TriggerBowSkillsOnCast", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrder = { 1637 }, level = 1, group = "MaximumLifeLeechAmount", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrder = { 1637 }, level = 1, group = "MaximumLifeLeechAmount", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrder = { 3123 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrder = { 4817 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AttacksBlindOnHitChanceUnique__2"] = { affix = "", "(10-20)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4817 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 10501 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 10501 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 10501 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 10501 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 10501 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 7001 }, level = 1, group = "HeraldBonusThunderReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusThunderReservationEfficiency"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 7002 }, level = 1, group = "HeraldBonusThunderReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrder = { 7317 }, level = 1, group = "HeraldBonusThunderLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrder = { 7000 }, level = 1, group = "HeraldBonusThunderEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrder = { 8989 }, level = 1, group = "HeraldBonusThunderMaxLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrder = { 7319 }, level = 1, group = "HeraldBonusThunderLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6987 }, level = 1, group = "HeraldBonusAshReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAshReservationEfficiency__"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6988 }, level = 1, group = "HeraldBonusAshReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrder = { 6463 }, level = 1, group = "HeraldBonusAshFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrder = { 6986 }, level = 1, group = "HeraldBonusAshEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrder = { 8964 }, level = 1, group = "HeraldBonusAshMaxFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrder = { 6464 }, level = 1, group = "HeraldBonusFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6991 }, level = 1, group = "HeraldBonusIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusIceReservationEfficiency__"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6992 }, level = 1, group = "HeraldBonusIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrder = { 5718 }, level = 1, group = "HeraldBonusIceColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrder = { 6990 }, level = 1, group = "HeraldBonusIceEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrder = { 8954 }, level = 1, group = "HeraldBonusMaxColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrder = { 5720 }, level = 1, group = "HeraldBonusColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6996 }, level = 1, group = "HeraldBonusPurityReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusPurityReservationEfficiency_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6997 }, level = 1, group = "HeraldBonusPurityReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrder = { 9446 }, level = 1, group = "HeraldBonusPurityPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrder = { 6994 }, level = 1, group = "HeraldBonusPurityEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrder = { 9786 }, level = 1, group = "HeraldBonusPurityMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrder = { 9453 }, level = 1, group = "HeraldBonusPurityPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6983 }, level = 1, group = "HeraldBonusAgonyReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAgonyReservationEfficiency"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6984 }, level = 1, group = "HeraldBonusAgonyReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrder = { 5641 }, level = 1, group = "HeraldBonusAgonyChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrder = { 6982 }, level = 1, group = "HeraldBonusAgonyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrder = { 4522 }, level = 1, group = "HeraldBonusAgonyMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrder = { 5646 }, level = 1, group = "HeraldBonusAgonyChaosResist", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrder = { 9620 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrder = { 9614 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrder = { 1684 }, level = 1, group = "ZombieIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrder = { 4491 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrder = { 6006 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeUnique__2"] = { affix = "", "(80-100)% of Damage taken Recouped as Life", statOrder = { 6006 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeUnique__3"] = { affix = "", "(6-12)% of Damage taken Recouped as Life", statOrder = { 6006 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeUnique__4"] = { affix = "", "(10-15)% of Damage taken Recouped as Life", statOrder = { 6006 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrder = { 9077 }, level = 1, group = "MinimumEnduranceChargeOnLowLife", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrder = { 9082 }, level = 1, group = "MinimumPowerChargeOnLowLife", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(200-250)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrder = { 5827 }, level = 1, group = "SpellCriticalStrikeChanceIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrder = { 5857 }, level = 1, group = "SpellCriticalStrikeMultiplierIfNotKilledRecently", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (25-40)% increased maximum Life", statOrder = { 9148 }, level = 1, group = "RagingSpiritLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrder = { 3324 }, level = 1, group = "RagingSpiritDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrder = { 9149 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrder = { 10301 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SpellDamagePerLifeUnique__1"] = { affix = "", "5% increased Spell Damage per 100 Player Maximum Life", statOrder = { 9950 }, level = 1, group = "SpellDamagePerLife", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "5% increased Spell Critical Strike Chance per 100 Player Maximum Life", statOrder = { 9937 }, level = 1, group = "SpellCriticalStrikeChancePerLife", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 10% of your Life when you Use or Trigger a Spell Skill", statOrder = { 9755 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, }, + ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrder = { 6076 }, level = 1, group = "PercentDexterityIfStrengthHigherThanIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrder = { 5859 }, level = 1, group = "CriticalStrikeMultiplierIfDexterityHigherThanIntelligence", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrder = { 6205 }, level = 1, group = "ElementalDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrder = { 8980 }, level = 1, group = "LifePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrder = { 633 }, level = 1, group = "GrantsSmiteLevel", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrder = { 7785 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrder = { 4954 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrder = { 10594 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, + ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage (30-50)% faster", statOrder = { 6439 }, level = 1, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrder = { 727 }, level = 1, group = "TriggerRainOfArrowsOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrder = { 749 }, level = 1, group = "TriggerToxicRainOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrder = { 5913 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrder = { 6284, 6284.1, 6284.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrder = { 10372 }, level = 1, group = "WarcryCooldownIs2Seconds", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrder = { 5855 }, level = 1, group = "CriticalStrikeMultiplierIs250", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Strike with Attacks", statOrder = { 7177 }, level = 1, group = "RageOnAttackCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["RageOnMeleeHitUnique__1"] = { affix = "", "Gain 5 Rage on Melee Hit", statOrder = { 6733 }, level = 1, group = "RageOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Every Rage also grants 1% of Physical Damage as Extra Fire Damage", statOrder = { 9437 }, level = 1, group = "PhysicalAddedAsFirePerRage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrder = { 7738 }, level = 1, group = "LocalChanceForPoisonDamage300FinalInflictedWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrder = { 1119 }, level = 1, group = "AttackDamageWhileHoldingShield", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrder = { 3, 3.1, 10502 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { }, weightVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrder = { 3, 3.1, 10502 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { }, weightVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrder = { 3, 3.1, 10502 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { }, weightVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrder = { 3, 3.1, 10502 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { }, weightVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrder = { 3, 3.1, 10502 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { }, weightVal = { }, modTags = { "red_herring" }, }, + ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrder = { 10192 }, level = 1, group = "TotemDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrder = { 9836 }, level = 1, group = "BrandDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrder = { 5631 }, level = 1, group = "ChannelledSkillDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrder = { 4623 }, level = 1, group = "AreaDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrder = { 6204 }, level = 1, group = "ElementalDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrder = { 6239 }, level = 1, group = "ElementalResistancesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrder = { 9312 }, level = 1, group = "AilmentEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrder = { 9774 }, level = 1, group = "ElementalAilmentSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrder = { 9771 }, level = 1, group = "CurseSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrder = { 9093 }, level = 1, group = "MinionAttackAndCastSpeedPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrder = { 9086 }, level = 1, group = "MinionAccuracyRatingPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrder = { 8039 }, level = 1, group = "AddedManaRegenerationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrder = { 8012 }, level = 1, group = "ReducedManaCostPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrder = { 9303 }, level = 1, group = "AuraEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrder = { 9802 }, level = 1, group = "ShieldDefencesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrder = { 4906 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrder = { 2410 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrder = { 2409 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CanRollMinionModifiersImplicitWandAtlas1"] = { affix = "", "Can roll Minion Modifiers", statOrder = { 10 }, level = 1, group = "CanRollMinionModifiers", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionDamageImplicitWand1"] = { affix = "", "Minions deal (26-30)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageImplicitWand2"] = { affix = "", "Minions deal (20-24)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageImplicitWand3"] = { affix = "", "Minions deal (12-16)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageImplicitShield1"] = { affix = "", "Minions deal (5-10)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionElementalResistanceImplicitRing1"] = { affix = "", "Minions have +(10-15)% to all Elemental Resistances", statOrder = { 2825 }, level = 32, group = "MinionElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["TulBreachRingImplicit"] = { affix = "", "+2% to maximum Cold Resistance", "Cannot roll Modifiers of Non-Cold Damage Types", statOrder = { 1542, 5170 }, level = 40, group = "TulBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["XophBreachRingImplicit"] = { affix = "", "+2% to maximum Fire Resistance", "Cannot roll Modifiers of Non-Fire Damage Types", statOrder = { 1536, 5172 }, level = 40, group = "XophBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["EshBreachRingImplicit"] = { affix = "", "+2% to maximum Lightning Resistance", "Cannot roll Modifiers of Non-Lightning Damage Types", statOrder = { 1547, 5169 }, level = 40, group = "EshBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["UulNetolBreachRingImplicit"] = { affix = "", "3% additional Physical Damage Reduction", "Cannot roll Modifiers of Non-Physical Damage Types", statOrder = { 2184, 5171 }, level = 40, group = "UulNetolBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["ChayulaBreachRingImplicit"] = { affix = "", "+2% to maximum Chaos Resistance", "Cannot roll Modifiers of Non-Chaos Damage Types", statOrder = { 1553, 5168 }, level = 40, group = "ChayulaBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["FormlessBreachRingImplicit"] = { affix = "", "(5-7)% increased Global Defences", statOrder = { 2745 }, level = 53, group = "FormlessBreachRingImplicit", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["KineticWandImplicit"] = { affix = "", "Cannot roll Caster Modifiers", statOrder = { 7191 }, level = 1, group = "KineticWandImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrder = { 2632 }, level = 1, group = "MinionPhysicalToFirePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, + ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrder = { 2636 }, level = 1, group = "MinionPhysicalToColdPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrder = { 2638 }, level = 1, group = "MinionPhysicalToLightningPerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, + ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrder = { 2642 }, level = 1, group = "MinionPhysicalToChaosPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, + ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrder = { 9104 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, + ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrder = { 9300 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrder = { 5678 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrder = { 9789 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrder = { 9301 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrder = { 5679 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrder = { 9790 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrder = { 5921 }, level = 1, group = "DamagePerZombie", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrder = { 6214 }, level = 1, group = "ElementalDamageTakenPerZombie", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["LoseEnduranceChargeOnFortifyGainUnique__1"] = { affix = "", "(20-25)% chance to lose an Endurance Charge when you gain Fortification", statOrder = { 4306 }, level = 1, group = "LoseEnduranceChargeOnFortifyGain", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrder = { 4305 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrder = { 4307 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrder = { 4304 }, level = 1, group = "ElusiveBuffEffectPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrder = { 4303 }, level = 1, group = "TravelSkillCooldownRecoveryPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumFortificationPerEnduranceChargeUnique__1"] = { affix = "", "+1 to maximum Fortification per Endurance Charge", statOrder = { 4302 }, level = 1, group = "MaximumFortificationPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrder = { 1723 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumEnduranceChargesEqualToMaximumFrenzyChargesUnique__1"] = { affix = "", "Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges", statOrder = { 1718 }, level = 75, group = "MaximumEnduranceChargesEqualToMaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrder = { 3343 }, level = 55, group = "MinionAttacksTauntOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrder = { 3354 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrder = { 9126 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3700 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (25-35) to (50-65) additional Cold Damage", statOrder = { 3682 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrder = { 4147 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrder = { 7210 }, level = 1, group = "LifeEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrder = { 7213 }, level = 1, group = "LifeAndEnergyShieldRecoveryRatePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrder = { 7986 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrder = { 10552, 10552.1 }, level = 1, group = "NotablesGrantMinionDamageTaken", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrder = { 10553, 10553.1 }, level = 1, group = "NotablesGrantMinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrder = { 10554 }, level = 1, group = "PassivesGrantTrapMineAddedPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills", statOrder = { 7960 }, level = 1, group = "PassivesGrantUnarmedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrder = { 9226 }, level = 1, group = "MovementVelocityOverride", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4292 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Raised Spectres' Life before you", statOrder = { 5993 }, level = 1, group = "DamageRemovedFromSpectres", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrder = { 9122 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, + ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrder = { 7291 }, level = 1, group = "LifeRegenerationPerZombie", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrder = { 8052 }, level = 1, group = "ManaRegenerationPerSpectre", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrder = { 4449 }, level = 1, group = "AttackBlockPerSkeleton", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrder = { 4722 }, level = 1, group = "AttackAndCastSpeedPerRagingSpirit", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrder = { 278 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrder = { 5805 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrder = { 1537 }, level = 1, group = "FireResistanceOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrder = { 1543 }, level = 1, group = "ColdResistanceOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrder = { 1548 }, level = 1, group = "LightningResistanceOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrder = { 1541 }, level = 1, group = "IncreasedFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrder = { 1546 }, level = 1, group = "IncreasedColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrder = { 1552 }, level = 1, group = "IncreasedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrder = { 8053 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrder = { 6588 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrder = { 702 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 10% of their Life as Chaos Damage", statOrder = { 6282 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrder = { 7061 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrder = { 536 }, level = 1, group = "GrantsFrostblinkSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrder = { 2628 }, level = 1, group = "AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGem", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrder = { 10624 }, level = 1, group = "VaalPactIfAllSocketedGemsAreRed", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "gem" }, }, + ["MultipleEnchantmentsAllowedUnique__1"] = { affix = "", "Can have a second Enchantment Modifier", statOrder = { 6 }, level = 1, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MultipleEnchantmentsAllowedUnique__2"] = { affix = "", "Can have 3 additional Enchantment Modifiers", statOrder = { 6 }, level = 65, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrder = { 1705 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrder = { 9198, 9198.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrder = { 1483 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrder = { 4510 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrder = { 4512 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrder = { 4507 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrder = { 1479 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrder = { 5639 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, + ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 50% of Sacrificed Mana for 4 seconds", statOrder = { 9363, 9363.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, + ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrder = { 4544 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrder = { 9360 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrder = { 8944 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrder = { 9424 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrder = { 4845 }, level = 1, group = "AvoidElementalDamagePhasing", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrder = { 9314 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently inflict non-Damaging Ailments", statOrder = { 5883 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, modTags = { "critical", "ailment" }, }, + ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrder = { 10104 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrder = { 10103 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["CorruptUntilFiveImplicits"] = { affix = "", "Can be modified while Corrupted", "Can have up to 5 Implicit Modifiers while Item has this Modifier", statOrder = { 4, 7 }, level = 1, group = "ModifyableWhileCorrupted", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ModifyableWhileCorruptedUnique__1"] = { affix = "", "Can be modified while Corrupted", statOrder = { 4 }, level = 1, group = "ModifyableWhileCorruptedAndSpecialCorruption", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrder = { 2093 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrder = { 2097 }, level = 1, group = "MinionFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrder = { 2099 }, level = 1, group = "MinionFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, }, + ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were used", statOrder = { 9034 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells Cast at the targeted location instead of around you", statOrder = { 9325 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while at maximum Fortification", statOrder = { 2179 }, level = 1, group = "AttackAndCastSpeedFortify", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AlternateFortifyUnique__1_"] = { affix = "", "You do not inherently take less Damage for having Fortification", "+4% chance to Suppress Spell Damage per Fortification", statOrder = { 2177, 2178 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrder = { 728 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrder = { 4926 }, level = 1, group = "FireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrder = { 4925 }, level = 1, group = "ColdExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrder = { 1541, 1546, 7757 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrder = { 5161, 6156 }, level = 1, group = "MetamorphosisItemisedBossDifficult", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrder = { 4820 }, level = 1, group = "AttackImpaleChance", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrder = { 7867 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrder = { 7865 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrder = { 9309 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrder = { 9309 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrder = { 5681 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrder = { 5623 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["Allow2ActiveBannersUnique__1"] = { affix = "", "Having a placed Banner does not prevent you gaining Valour", statOrder = { 1050 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalMaxStackSnipeUnique"] = { affix = "", "+2 to maximum Snipe Stages", statOrder = { 9887 }, level = 1, group = "AdditionanalMaxStackSnipeUnique", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["GrantsHighLevelSnipeUnique__1"] = { affix = "", "Grants Level 30 Snipe Skill", statOrder = { 41 }, level = 1, group = "GrantsSnipeSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsHighLevelSnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrder = { 313, 313.1 }, level = 1, group = "GrantsSnipeSkillSupport", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "+(7-10)% chance to Suppress Spell Damage while Channelling", statOrder = { 9975 }, level = 1, group = "ChanceToDodgeSpellsWhileChannelling", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "+(7-10)% chance to Suppress Spell Damage while Channelling", statOrder = { 9975 }, level = 1, group = "ChanceToDodgeSpellsWhileChannelling", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsWhileChannellingUnique__1____"] = { affix = "", "+(14-20)% chance to Suppress Spell Damage while Channelling", statOrder = { 9975 }, level = 1, group = "ChanceToDodgeSpellsWhileChannelling", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrder = { 4414 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrder = { 7817 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrder = { 7817 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrder = { 7817 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, modTags = { }, }, + ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrder = { 7819 }, level = 1, group = "JewelExpansionKeystoneDiscipleOfKitava", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, + ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrder = { 7822 }, level = 1, group = "JewelExpansionLoneMessenger", weightKey = { }, weightVal = { }, modTags = { "damage", "minion", "aura" }, }, + ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrder = { 7823 }, level = 1, group = "JewelExpansionNaturesPatience", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrder = { 7825 }, level = 1, group = "JewelExpansionSecretsOfSuffering", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, + ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrder = { 7821 }, level = 1, group = "JewelExpansionKineticism", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrder = { 7826 }, level = 1, group = "JewelExpansionVeteransAwareness", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental" }, }, + ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrder = { 7820 }, level = 1, group = "JewelExpansionHollowPalmTechnique", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrder = { 7818 }, level = 1, group = "UniqueExpansionJewel3JewelSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrder = { 7925 }, level = 1, group = "UniqueExpansionJewelEmptyPassive", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrder = { 7925 }, level = 1, group = "UniqueExpansionJewelEmptyPassive", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrder = { 7925 }, level = 1, group = "UniqueExpansionJewelEmptyPassive", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrder = { 7925 }, level = 1, group = "UniqueExpansionJewelEmptyPassive", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalIncreasedEffectPathToClassStartUnique__1"] = { affix = "", "This Jewel's Socket has 25% increased effect per Allocated Passive Skill between", "it and your Class' starting location", statOrder = { 2, 2.1 }, level = 1, group = "LocalIncreasedEffectPathToClassStart", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrder = { 7840, 7864 }, level = 65, group = "UniqueReplaceSkitterbotAilmentAura", weightKey = { }, weightVal = { }, modTags = { "caster", "minion", "curse" }, }, + ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrder = { 4787 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrder = { 7985 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrder = { 1090 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrder = { 1091 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrder = { 1092 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrder = { 1482 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrder = { 1492 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrder = { 1452 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrder = { 1457 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrder = { 1346 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrder = { 10495 }, level = 1, group = "EnemiesExplodeOnDeathChaosGloriousMadness", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrder = { 10492 }, level = 1, group = "AllDamageCanPoisonGloriousMadness", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SpellBlockWhileInOffHandUnique_1"] = { affix = "", "+(30-45)% Chance to Block Spell Damage while in Off Hand", statOrder = { 1074 }, level = 1, group = "SpellBlockWhileInOffHand", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AllDamageFromTriggeredSpellsCanPoisonUnique_1"] = { affix = "", "All Damage with Triggered Spells can Poison", statOrder = { 10231 }, level = 85, group = "AllDamageFromTriggeredSpellsCanPoison", weightKey = { }, weightVal = { }, modTags = { "caster", "ailment" }, }, + ["TriggeredSpellsPoisonOnHitUnique_1"] = { affix = "", "Triggered Spells Poison on Hit", statOrder = { 10230 }, level = 1, group = "TriggeredSpellsPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "ailment" }, }, + ["SupportVirulenceSpellsCastOnBlockUnique_1"] = { affix = "", "Trigger a Socketed Spell when you Block, with a 0.25 second Cooldown", statOrder = { 742 }, level = 1, group = "CastSocketedSpellsOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster" }, }, + ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "+60 to maximum Fortification while affected by Glorious Madness", statOrder = { 10508 }, level = 1, group = "FortifyEffectSelfGloriousMadness", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrder = { 10493 }, level = 1, group = "DoubleDamageChanceGloriousMadness", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrder = { 10497 }, level = 1, group = "ElementalConfluxesGloriousMadness", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrder = { 10499 }, level = 1, group = "ElementalAilmentImmunityGloriousMadness", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrder = { 615 }, level = 1, group = "GrantEmbraceMadnessSkillDisplay", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrder = { 7379 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrder = { 3359 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrder = { 6647 }, level = 1, group = "FrenzyChargeOnCritCloseRange", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrder = { 5005 }, level = 1, group = "BleedDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrder = { 6437 }, level = 1, group = "FasterBleedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(60-80)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrder = { 1162 }, level = 1, group = "CriticalBleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrder = { 1161 }, level = 1, group = "BleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrder = { 4322 }, level = 1, group = "LocalWitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrder = { 4308 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrder = { 5338 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrder = { 4309, 4309.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrder = { 5810 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrder = { 10149 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrder = { 6999 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrder = { 10096, 10096.1 }, level = 1, group = "RagingSpiritSplashDamage", weightKey = { }, weightVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, + ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second", statOrder = { 4311, 4312, 4313, 6725 }, level = 1, group = "FragileRegrowthLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second", statOrder = { 4311, 4312, 6719, 6725 }, level = 1, group = "FragileRegrowthLifeRegenerationReverse", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrder = { 1639 }, level = 1, group = "MaximumESLeechAmount", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrder = { 6331 }, level = 1, group = "ESLeechFromAttacksNotRemovedOnFullES", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrder = { 7181 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrder = { 4888 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "elemental", "lightning" }, }, + ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrder = { 7332 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrder = { 2707 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrder = { 9272 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 265 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrder = { 4222 }, level = 1, group = "ShockedGroundWhileMoving", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrder = { 724 }, level = 1, group = "TriggerGoreShockwaveOnMeleeHitWith150Strength", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrder = { 724 }, level = 1, group = "TriggerGoreShockwaveOnMeleeHitWith150Strength", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrder = { 10014 }, level = 1, group = "ProjectileDamageBloodStance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "Regenerate (150-200) Life per Second while in Blood Stance", statOrder = { 10013 }, level = 1, group = "LifeRegenerationBloodStance", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrder = { 10019 }, level = 1, group = "AreaOfEffectSandStance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrder = { 10015 }, level = 1, group = "EvasionRatingSandStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+10 to Maximum Rage while wielding a Sword", statOrder = { 9004 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "Each Rage also grants +2% to Damage over Time Multiplier for Bleeding while wielding an Axe", statOrder = { 5002 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrder = { 7251 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-168)", statOrder = { 378 }, level = 1, group = "RandomSupport1", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-168)", statOrder = { 379 }, level = 1, group = "RandomSupport2", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-168)", statOrder = { 378 }, level = 1, group = "RandomSupport1", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-168)", statOrder = { 379 }, level = 1, group = "RandomSupport2", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["RandomSkillUnique__1"] = { affix = "", "+3 to Level of all (1-281) Gems", statOrder = { 1531 }, level = 71, group = "RandomSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrder = { 612 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrder = { 10490 }, level = 1, group = "DisableTravelSkillsExceptDash", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrder = { 1708 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrder = { 4800 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrder = { 9231 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrder = { 6386 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrder = { 4314, 4314.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield", "minion" }, }, + ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Minions' Energy Shield", statOrder = { 4315 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, modTags = { "chaos", "minion" }, }, + ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrder = { 4317 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, + ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrder = { 4316 }, level = 1, group = "MinionEnergyShieldRechargeDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "minion" }, }, + ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage taken from Blocked Hits cannot bypass Energy Shield", "Damage taken from Unblocked hits always bypasses Energy Shield", statOrder = { 5924, 5924.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrder = { 996 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrder = { 2646 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrder = { 5121 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrder = { 5117 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrder = { 10551, 10551.1 }, level = 1, group = "NotablesGrantManaCostAndSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrder = { 10118 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrder = { 2649 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrder = { 5811 }, level = 1, group = "ProfaneGroundInsteadOfConsecratedGround", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrder = { 731 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Unaffected by Blind", statOrder = { 10253 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you have Malediction", statOrder = { 6262 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4820 }, level = 1, group = "AttackImpaleChance", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceUnique__2"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4820 }, level = 1, group = "AttackImpaleChance", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrder = { 606 }, level = 85, group = "GrantsBrandDetonate", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrder = { 9837 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrder = { 4477 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrder = { 10021 }, level = 72, group = "AttackSpeedChangedStance", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrder = { 10366 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrder = { 10563 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrder = { 4614 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrder = { 6294 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered if 25% of Curse Duration expired", statOrder = { 10407 }, level = 77, group = "Curse25PercentHinderEnemy", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrder = { 10409 }, level = 1, group = "Curse50PercentCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 35% increased Damage if 75% of Curse Duration expired", statOrder = { 10410 }, level = 1, group = "Curse75PercentEnemyDamageTaken", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrder = { 9963 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrder = { 9966 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrder = { 9964 }, level = 1, group = "SpellsCriticalMultiplierFinalRepeat", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrder = { 2626 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MaximumRageUnique__1"] = { affix = "", "+10 to Maximum Rage", statOrder = { 9587 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRageUnique__3"] = { affix = "", "+(-5-5) to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRageImplicitE2"] = { affix = "", "+15 to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRageImplicitE3"] = { affix = "", "+20 to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RageOnMeleeHitE1"] = { affix = "", "Gain 3 Rage on Melee Hit", statOrder = { 6733 }, level = 1, group = "RageOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RageOnMeleeHitE2"] = { affix = "", "Gain 4 Rage on Melee Hit", statOrder = { 6733 }, level = 1, group = "RageOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RageOnMeleeHitE3"] = { affix = "", "Gain 5 Rage on Melee Hit", statOrder = { 6733 }, level = 1, group = "RageOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrder = { 9263 }, level = 1, group = "EnemiesCrushedWithRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskDurationConsumedPerUse"] = { affix = "", "50% increased Duration. -1% to this value when used", statOrder = { 771 }, level = 1, group = "FlaskDurationConsumedPerUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrder = { 1855 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrder = { 1478 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "defences", "energy_shield" }, }, + ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrder = { 2489 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrder = { 2366 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased total Recovery per second from Life Leech", statOrder = { 2068 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrder = { 2069 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrder = { 2135 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "aura" }, }, + ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrder = { 1679 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrder = { 1711 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["JewelImplicitReducedChillEffect"] = { affix = "", "15% reduced Effect of Chill on you", statOrder = { 1558 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "15% reduced Freeze Duration on you", statOrder = { 1787 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedShockEffect"] = { affix = "", "15% reduced Effect of Shock on you", statOrder = { 9818 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "15% reduced Ignite Duration on you", statOrder = { 1788 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidStun"] = { affix = "", "15% chance to Avoid being Stunned", statOrder = { 1764 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["JewelImplicitChanceToAvoidChill"] = { affix = "", "15% chance to Avoid being Chilled", statOrder = { 1757 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "15% chance to Avoid being Frozen", statOrder = { 1758 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidShock"] = { affix = "", "15% chance to Avoid being Shocked", statOrder = { 1761 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "15% chance to Avoid being Ignited", statOrder = { 1759 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "15% chance to Avoid being Poisoned", statOrder = { 1762 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrder = { 2620 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "elemental" }, }, + ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrder = { 2621 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrder = { 2038 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "frenzy_charge" }, }, + ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrder = { 2053 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "power_charge" }, }, + ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrder = { 2036 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, modTags = { "endurance_charge" }, }, + ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrder = { 4318 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrder = { 4319 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrder = { 4320 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrder = { 4321 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["HarvestFlaskEnchantmentDurationLoweredOnUse1_"] = { affix = "Enchantment Decaying Duration", "100% increased Duration. -1% to this value when used", statOrder = { 771 }, level = 1, group = "HarvestFlaskEnchantmentDurationLoweredOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["HarvestFlaskEnchantmentEffectLoweredOnUse2"] = { affix = "Enchantment Decaying Effect", "50% increased effect. -1% to this value when used", statOrder = { 849 }, level = 1, group = "HarvestFlaskEnchantmentEffectLoweredOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["HarvestFlaskEnchantmentMaximumChargesLoweredOnUse3_"] = { affix = "Enchantment Decaying Efficiency", "+100 to Maximum Charges. -1 to this value when used", statOrder = { 751 }, level = 1, group = "HarvestFlaskEnchantmentMaximumChargesLoweredOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["HarvestFlaskEnchantmentChargesUsedLoweredOnUse4"] = { affix = "Enchantment Decaying Capacity", "50% reduced Charges per use. -1% to this value when used", statOrder = { 760 }, level = 1, group = "HarvestFlaskEnchantmentChargesUsedLoweredOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrder = { 1827, 7747 }, level = 1, group = "HarvestAlternateWeaponQualityLocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, + ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrder = { 1827, 7378 }, level = 1, group = "HarvestAlternateWeaponQualityAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrder = { 1827, 7725 }, level = 1, group = "HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+0.1 metres to Weapon Range per 10% Quality", statOrder = { 1827, 7974 }, level = 1, group = "HarvestAlternateWeaponQualityLocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrder = { 1827, 7789 }, level = 1, group = "HarvestAlternateWeaponQualityElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrder = { 1827, 7722 }, level = 1, group = "HarvestAlternateWeaponQualityAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrder = { 1826, 7849 }, level = 1, group = "HarvestAlternateArmourQualityIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences" }, }, + ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrder = { 1826, 7851 }, level = 1, group = "HarvestAlternateArmourQualityIncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "defences" }, }, + ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrder = { 1826, 7873 }, level = 1, group = "HarvestAlternateArmourQualityStrength", weightKey = { }, weightVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrder = { 1826, 7753 }, level = 1, group = "HarvestAlternateArmourQualityDexterity", weightKey = { }, weightVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrder = { 1826, 7807 }, level = 1, group = "HarvestAlternateArmourQualityIntelligence", weightKey = { }, weightVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrder = { 1826, 7792 }, level = 1, group = "HarvestAlternateArmourQualityFireResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, + ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrder = { 1826, 7743 }, level = 1, group = "HarvestAlternateArmourQualityColdResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrder = { 1826, 7844 }, level = 1, group = "HarvestAlternateArmourQualityLightningResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, + ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors and Soldiers wield this Weapon while in your Main Hand", statOrder = { 4323 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStatsInMainHand", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors and Soldiers deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrder = { 4324, 4324.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrder = { 2827 }, level = 1, group = "GrantsUnholyMight", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrder = { 7766 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrder = { 6558 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage can Freeze", statOrder = { 4530 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrder = { 5862 }, level = 85, group = "CriticalStrikeMultiplierIfGainedPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrder = { 9501 }, level = 1, group = "PowerChargeDurationFinal", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrder = { 3205 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Immolate", statOrder = { 258 }, level = 1, group = "DisplaySupportedByImmolate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 15 Unbound Ailments", statOrder = { 327 }, level = 1, group = "DisplaySupportedByUnboundAilments", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning Damage", statOrder = { 6475 }, level = 1, group = "FireHitAndDoTDamageTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning Damage", statOrder = { 5729 }, level = 1, group = "ColdHitAndDoTDamageTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrder = { 6291 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrder = { 6280 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "Gain (20-28) Life per Cursed Enemy Hit with Attacks", statOrder = { 7226 }, level = 61, group = "LifeGainOnHitCursedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "Gain (10-14) Mana per Cursed Enemy Hit with Attacks", statOrder = { 8019 }, level = 1, group = "ManaGainOnHitCursedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrder = { 5893 }, level = 1, group = "CullingStrikeCursedEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies in Close Range", statOrder = { 9266 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrder = { 6709 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrder = { 9289 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrder = { 701 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrder = { 6628 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrder = { 7289 }, level = 1, group = "LifeRegenerationPerNearbyCorpse", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrder = { 2664 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrder = { 7249 }, level = 1, group = "LoseLifeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrder = { 6688 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrder = { 9835 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrder = { 4952 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrder = { 5836 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrder = { 5938 }, level = 1, group = "DamageAgainstMarkedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrder = { 2127 }, level = 1, group = "MarkCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "curse" }, }, + ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark Transfers to another Enemy when Marked Enemy dies", statOrder = { 10482 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakenFromMarkedTargetUnique__1"] = { affix = "", "8% of Damage from Hits is taken from Marked Target's Life before you", statOrder = { 5991 }, level = 1, group = "DamageTakenFromMarkedTarget", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Effect", "Eldritch Battery during Effect", statOrder = { 765, 983 }, level = 1, group = "FlaskEldritchBattery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "defences", "energy_shield" }, }, + ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrder = { 613 }, level = 1, group = "GrantsDeathWish", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrder = { 6298 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrder = { 6661 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrder = { 7095 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (30-40)% for Hits with this Weapon", statOrder = { 7972 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrder = { 7163 }, level = 1, group = "NoIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrder = { 7258 }, level = 1, group = "FlaskLifeRecoveryAllies", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrder = { 4164 }, level = 1, group = "DamageIfConsumedCorpse", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Non-Aura Hexes expire upon reaching 0% of base Effect", statOrder = { 7013 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["DoubleDoomEffectUnique__1"] = { affix = "", "Non-Aura Hexes gain 20% increased Effect per second", statOrder = { 9296 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrder = { 9064 }, level = 1, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrder = { 6818 }, level = 1, group = "HasMassiveShrineBuff", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrder = { 6817 }, level = 1, group = "HasBrutalShrineBuff", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrder = { 490 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrder = { 10186 }, level = 55, group = "TotalRecoveryLifeLeechDoubled", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrder = { 7233 }, level = 1, group = "DamageLeechWith5Charges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrder = { 6192 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies within 2.5 metres", statOrder = { 6191 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrder = { 6208 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrder = { 7981 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrder = { 6703 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SocketedGemQualityUnique__1"] = { affix = "", "+(30-50)% to Quality of Socketed Gems", statOrder = { 183 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SocketedGemQualityUnique__2_"] = { affix = "", "+30% to Quality of Socketed Gems", statOrder = { 183 }, level = 57, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrder = { 9260 }, level = 1, group = "NearbyEnemiesAreBlindedPhysicalAegis", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrder = { 5849 }, level = 1, group = "CriticalStrikeChanceWithoutPhysicalAegis", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrder = { 4727 }, level = 1, group = "AttackAndCastSpeedWithoutPhysicalAegis", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 0.5 Seconds", statOrder = { 9866 }, level = 1, group = "SpellsGainIntensity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 0.5 Seconds", statOrder = { 9867 }, level = 1, group = "SpellsLoseIntensity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrder = { 5839 }, level = 1, group = "CriticalStrikeChancePerIntensity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have (30-50)% increased Critical Strike Chance per Intensity", statOrder = { 5839 }, level = 1, group = "CriticalStrikeChancePerIntensity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrder = { 7217 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeFlaskPassiveChargeGainUnique__2"] = { affix = "", "Life Flasks gain (0-3) Charges every 3 seconds", statOrder = { 7217 }, level = 98, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ManaFlaskPassiveChargeGainUnique__1"] = { affix = "", "Mana Flasks gain (0-3) Charges every 3 seconds", statOrder = { 8017 }, level = 1, group = "ManaFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UtilityFlaskPassiveChargeGainUnique__1"] = { affix = "", "Utility Flasks gain (0-3) Charges every 3 seconds", statOrder = { 10311 }, level = 1, group = "UtilityFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrder = { 6213 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrder = { 4809 }, level = 1, group = "AttackSpeedWhilePhasing", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited", statOrder = { 9439 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled", statOrder = { 6233 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrder = { 6196 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffect1"] = { affix = "Enchantment Physical Modifier Effect", "8% increased Explicit Physical Modifier magnitudes", statOrder = { 32 }, level = 1, group = "WeaponEnchantmentHeistPhysicalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffect1"] = { affix = "Enchantment Fire Modifier Effect", "8% increased Explicit Fire Modifier magnitudes", statOrder = { 28 }, level = 1, group = "WeaponEnchantmentHeistFireModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffect1"] = { affix = "Enchantment Lightning Modifier Effect", "8% increased Explicit Lightning Modifier magnitudes", statOrder = { 30 }, level = 1, group = "WeaponEnchantmentHeistLightningModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffect1__"] = { affix = "Enchantment Cold Modifier Effect", "8% increased Explicit Cold Modifier magnitudes", statOrder = { 24 }, level = 1, group = "WeaponEnchantmentHeistColdModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffect1__"] = { affix = "Enchantment Chaos Modifier Effect", "8% increased Explicit Chaos Modifier magnitudes", statOrder = { 23 }, level = 1, group = "WeaponEnchantmentHeistChaosModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffect1"] = { affix = "Enchantment Caster Damage Modifier Effect", "8% increased Explicit Caster Damage Modifier magnitudes", statOrder = { 22 }, level = 1, group = "WeaponEnchantmentHeistCasterDamageModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffect1"] = { affix = "Enchantment Mana Modifier Effect", "8% increased Explicit Mana Modifier magnitudes", statOrder = { 31 }, level = 10, group = "WeaponEnchantmentHeistManaModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffect1_"] = { affix = "Enchantment Speed Modifier Effect", "8% increased Explicit Speed Modifier magnitudes", statOrder = { 34 }, level = 70, group = "WeaponEnchantmentHeistSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffect1_"] = { affix = "Enchantment Critical Modifier Effect", "8% increased Explicit Critical Modifier magnitudes", statOrder = { 25 }, level = 70, group = "WeaponEnchantmentHeistCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffect1"] = { affix = "Enchantment Attribute Modifier Effect", "8% increased Explicit Attribute Modifier magnitudes", statOrder = { 21 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffect1"] = { affix = "Enchantment Ailment Modifier Effect", "8% increased Explicit Ailment Modifier magnitudes", statOrder = { 20 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeRequirement1"] = { affix = "Enchantment Attribute Requirement", "40% reduced Attribute Requirements", statOrder = { 988 }, level = 1, group = "WeaponEnchantmentHeistAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSocketsAreLinked1_"] = { affix = "Enchantment Sockets Are Linked", "All Sockets Linked", statOrder = { 52 }, level = 40, group = "WeaponEnchantmentHeistSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistWhiteSockets1_"] = { affix = "Enchantment White Sockets", "Has 2 White Sockets", statOrder = { 57 }, level = 70, group = "WeaponEnchantmentHeistWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectSpeedEffect1"] = { affix = "Enchantment Physical Modifier Effect and Speed Modifier Effect", "6% increased Explicit Physical Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 32, 34 }, level = 70, group = "WeaponEnchantmentHeistPhysicalModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectCriticalEffect1"] = { affix = "Enchantment Physical Modifier Effect and Critical Modifier Effect", "6% increased Explicit Critical Modifier magnitudes", "6% increased Explicit Physical Modifier magnitudes", statOrder = { 25, 32 }, level = 70, group = "WeaponEnchantmentHeistPhysicalModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectAttributeEffect1____"] = { affix = "Enchantment Physical Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Physical Modifier magnitudes", statOrder = { 21, 32 }, level = 70, group = "WeaponEnchantmentHeistPhysicalModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectAilmentEffect1"] = { affix = "Enchantment Physical Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Physical Modifier magnitudes", statOrder = { 20, 32 }, level = 70, group = "WeaponEnchantmentHeistPhysicalModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectAttributeRequirement1"] = { affix = "Enchantment Physical Modifier Effect and Attribute Requirement", "6% increased Explicit Physical Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 32, 988 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectSocketsAreLinked1"] = { affix = "Enchantment Physical Modifier Effect and Sockets Are Linked", "6% increased Explicit Physical Modifier magnitudes", "All Sockets Linked", statOrder = { 32, 52 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectNoRedSockets1"] = { affix = "Enchantment Physical Modifier Effect and No Red Sockets", "8% increased Explicit Physical Modifier magnitudes", "Has no Red Sockets", statOrder = { 32, 47 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectNoBlueSockets1"] = { affix = "Enchantment Physical Modifier Effect and No Blue Sockets", "8% increased Explicit Physical Modifier magnitudes", "Has no Green Sockets", statOrder = { 32, 46 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectNoGreenSockets1_"] = { affix = "Enchantment Physical Modifier Effect and No Green Sockets", "8% increased Explicit Physical Modifier magnitudes", "Has no Blue Sockets", statOrder = { 32, 45 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectWhiteSockets1_"] = { affix = "Enchantment Physical Modifier Effect and White Sockets", "8% increased Explicit Physical Modifier magnitudes", "Has 1 White Socket", statOrder = { 32, 57 }, level = 20, group = "WeaponEnchantmentHeistPhysicalModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectSpeedEffect1"] = { affix = "Enchantment Fire Modifier Effect and Speed Modifier Effect", "6% increased Explicit Fire Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 28, 34 }, level = 70, group = "WeaponEnchantmentHeistFireModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectCriticalEffect1"] = { affix = "Enchantment Fire Modifier Effect and Critical Modifier Effect", "6% increased Explicit Critical Modifier magnitudes", "6% increased Explicit Fire Modifier magnitudes", statOrder = { 25, 28 }, level = 70, group = "WeaponEnchantmentHeistFireModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectAttributeEffect1"] = { affix = "Enchantment Fire Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Fire Modifier magnitudes", statOrder = { 21, 28 }, level = 70, group = "WeaponEnchantmentHeistFireModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectAilmentEffect1_"] = { affix = "Enchantment Fire Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Fire Modifier magnitudes", statOrder = { 20, 28 }, level = 70, group = "WeaponEnchantmentHeistFireModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectAttributeRequirement1"] = { affix = "Enchantment Fire Modifier Effect and Attribute Requirement", "6% increased Explicit Fire Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 28, 988 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectSocketsAreLinked1"] = { affix = "Enchantment Fire Modifier Effect and Sockets Are Linked", "6% increased Explicit Fire Modifier magnitudes", "All Sockets Linked", statOrder = { 28, 52 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectNoRedSockets1"] = { affix = "Enchantment Fire Modifier Effect and No Red Sockets", "8% increased Explicit Fire Modifier magnitudes", "Has no Red Sockets", statOrder = { 28, 47 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectNoBlueSockets1"] = { affix = "Enchantment Fire Modifier Effect and No Blue Sockets", "8% increased Explicit Fire Modifier magnitudes", "Has no Green Sockets", statOrder = { 28, 46 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectNoGreenSockets1_"] = { affix = "Enchantment Fire Modifier Effect and No Green Sockets", "8% increased Explicit Fire Modifier magnitudes", "Has no Blue Sockets", statOrder = { 28, 45 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectWhiteSockets1"] = { affix = "Enchantment Fire Modifier Effect and White Sockets", "8% increased Explicit Fire Modifier magnitudes", "Has 1 White Socket", statOrder = { 28, 57 }, level = 20, group = "WeaponEnchantmentHeistFireModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectSpeedEffect1_"] = { affix = "Enchantment Lightning Modifier Effect and Speed Modifier Effect", "6% increased Explicit Lightning Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 30, 34 }, level = 70, group = "WeaponEnchantmentHeistLightningModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectCriticalEffect1"] = { affix = "Enchantment Lightning Modifier Effect and Critical Modifier Effect", "6% increased Explicit Critical Modifier magnitudes", "6% increased Explicit Lightning Modifier magnitudes", statOrder = { 25, 30 }, level = 70, group = "WeaponEnchantmentHeistLightningModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectAttributeEffect1"] = { affix = "Enchantment Lightning Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Lightning Modifier magnitudes", statOrder = { 21, 30 }, level = 70, group = "WeaponEnchantmentHeistLightningModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectAilmentEffect1"] = { affix = "Enchantment Lightning Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Lightning Modifier magnitudes", statOrder = { 20, 30 }, level = 70, group = "WeaponEnchantmentHeistLightningModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectAttributeRequirement1"] = { affix = "Enchantment Lightning Modifier Effect and Attribute Requirement", "6% increased Explicit Lightning Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 30, 988 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectSocketsAreLinked1"] = { affix = "Enchantment Lightning Modifier Effect and Sockets Are Linked", "6% increased Explicit Lightning Modifier magnitudes", "All Sockets Linked", statOrder = { 30, 52 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectNoRedSockets1"] = { affix = "Enchantment Lightning Modifier Effect and No Red Sockets", "8% increased Explicit Lightning Modifier magnitudes", "Has no Red Sockets", statOrder = { 30, 47 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectNoBlueSockets1_"] = { affix = "Enchantment Lightning Modifier Effect and No Blue Sockets", "8% increased Explicit Lightning Modifier magnitudes", "Has no Green Sockets", statOrder = { 30, 46 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectNoGreenSockets1"] = { affix = "Enchantment Lightning Modifier Effect and No Green Sockets", "8% increased Explicit Lightning Modifier magnitudes", "Has no Blue Sockets", statOrder = { 30, 45 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectWhiteSockets1_"] = { affix = "Enchantment Lightning Modifier Effect and White Sockets", "8% increased Explicit Lightning Modifier magnitudes", "Has 1 White Socket", statOrder = { 30, 57 }, level = 20, group = "WeaponEnchantmentHeistLightningModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectSpeedEffect1"] = { affix = "Enchantment Cold Modifier Effect and Speed Modifier Effect", "6% increased Explicit Cold Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 24, 34 }, level = 70, group = "WeaponEnchantmentHeistColdModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectCriticalEffect1_"] = { affix = "Enchantment Cold Modifier Effect and Critical Modifier Effect", "6% increased Explicit Cold Modifier magnitudes", "6% increased Explicit Critical Modifier magnitudes", statOrder = { 24, 25 }, level = 70, group = "WeaponEnchantmentHeistColdModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectAttributeEffect1"] = { affix = "Enchantment Cold Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Cold Modifier magnitudes", statOrder = { 21, 24 }, level = 70, group = "WeaponEnchantmentHeistColdModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectAilmentEffect1"] = { affix = "Enchantment Cold Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Cold Modifier magnitudes", statOrder = { 20, 24 }, level = 70, group = "WeaponEnchantmentHeistColdModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectAttributeRequirement1"] = { affix = "Enchantment Cold Modifier Effect and Attribute Requirement", "6% increased Explicit Cold Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 24, 988 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectSocketsAreLinked1"] = { affix = "Enchantment Cold Modifier Effect and Sockets Are Linked", "6% increased Explicit Cold Modifier magnitudes", "All Sockets Linked", statOrder = { 24, 52 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectNoRedSockets1"] = { affix = "Enchantment Cold Modifier Effect and No Red Sockets", "8% increased Explicit Cold Modifier magnitudes", "Has no Red Sockets", statOrder = { 24, 47 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectNoBlueSockets1"] = { affix = "Enchantment Cold Modifier Effect and No Blue Sockets", "8% increased Explicit Cold Modifier magnitudes", "Has no Green Sockets", statOrder = { 24, 46 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectNoGreenSockets1"] = { affix = "Enchantment Cold Modifier Effect and No Green Sockets", "8% increased Explicit Cold Modifier magnitudes", "Has no Blue Sockets", statOrder = { 24, 45 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectWhiteSockets1___"] = { affix = "Enchantment Cold Modifier Effect and White Sockets", "8% increased Explicit Cold Modifier magnitudes", "Has 1 White Socket", statOrder = { 24, 57 }, level = 20, group = "WeaponEnchantmentHeistColdModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectSpeedEffect1_"] = { affix = "Enchantment Chaos Modifier Effect and Speed Modifier Effect", "6% increased Explicit Chaos Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 23, 34 }, level = 70, group = "WeaponEnchantmentHeistChaosModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectCriticalEffect1"] = { affix = "Enchantment Chaos Modifier Effect and Critical Modifier Effect", "6% increased Explicit Chaos Modifier magnitudes", "6% increased Explicit Critical Modifier magnitudes", statOrder = { 23, 25 }, level = 70, group = "WeaponEnchantmentHeistChaosModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectAttributeEffect1"] = { affix = "Enchantment Chaos Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Chaos Modifier magnitudes", statOrder = { 21, 23 }, level = 70, group = "WeaponEnchantmentHeistChaosModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectAilmentEffect1_"] = { affix = "Enchantment Chaos Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Chaos Modifier magnitudes", statOrder = { 20, 23 }, level = 70, group = "WeaponEnchantmentHeistChaosModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectAttributeRequirement1_"] = { affix = "Enchantment Chaos Modifier Effect and Attribute Requirement", "6% increased Explicit Chaos Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 23, 988 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectSocketsAreLinked1_"] = { affix = "Enchantment Chaos Modifier Effect and Sockets Are Linked", "6% increased Explicit Chaos Modifier magnitudes", "All Sockets Linked", statOrder = { 23, 52 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectNoRedSockets1___"] = { affix = "Enchantment Chaos Modifier Effect and No Red Sockets", "8% increased Explicit Chaos Modifier magnitudes", "Has no Red Sockets", statOrder = { 23, 47 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectNoBlueSockets1"] = { affix = "Enchantment Chaos Modifier Effect and No Blue Sockets", "8% increased Explicit Chaos Modifier magnitudes", "Has no Green Sockets", statOrder = { 23, 46 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectNoGreenSockets1"] = { affix = "Enchantment Chaos Modifier Effect and No Green Sockets", "8% increased Explicit Chaos Modifier magnitudes", "Has no Blue Sockets", statOrder = { 23, 45 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectWhiteSockets1"] = { affix = "Enchantment Chaos Modifier Effect and White Sockets", "8% increased Explicit Chaos Modifier magnitudes", "Has 1 White Socket", statOrder = { 23, 57 }, level = 20, group = "WeaponEnchantmentHeistChaosModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectSpeedEffect1"] = { affix = "Enchantment Caster Damage Modifier Effect and Speed Modifier Effect", "6% increased Explicit Caster Damage Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 22, 34 }, level = 70, group = "WeaponEnchantmentHeistCasterDamageModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectCriticalEffect1"] = { affix = "Enchantment Caster Damage Modifier Effect and Critical Modifier Effect", "6% increased Explicit Caster Damage Modifier magnitudes", "6% increased Explicit Critical Modifier magnitudes", statOrder = { 22, 25 }, level = 70, group = "WeaponEnchantmentHeistCasterDamageModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectAttributeEffect1"] = { affix = "Enchantment Caster Damage Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Caster Damage Modifier magnitudes", statOrder = { 21, 22 }, level = 70, group = "WeaponEnchantmentHeistCasterDamageModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectAilmentEffect1_"] = { affix = "Enchantment Caster Damage Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Caster Damage Modifier magnitudes", statOrder = { 20, 22 }, level = 70, group = "WeaponEnchantmentHeistCasterDamageModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectAttributeRequirement1_"] = { affix = "Enchantment Caster Damage Modifier Effect and Attribute Requirement", "6% increased Explicit Caster Damage Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 22, 988 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectSocketsAreLinked1"] = { affix = "Enchantment Caster Damage Modifier Effect and Sockets Are Linked", "6% increased Explicit Caster Damage Modifier magnitudes", "All Sockets Linked", statOrder = { 22, 52 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectNoRedSockets1_"] = { affix = "Enchantment Caster Damage Modifier Effect and No Red Sockets", "8% increased Explicit Caster Damage Modifier magnitudes", "Has no Red Sockets", statOrder = { 22, 47 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectNoBlueSockets1_"] = { affix = "Enchantment Caster Damage Modifier Effect and No Blue Sockets", "8% increased Explicit Caster Damage Modifier magnitudes", "Has no Green Sockets", statOrder = { 22, 46 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectNoGreenSockets1"] = { affix = "Enchantment Caster Damage Modifier Effect and No Green Sockets", "8% increased Explicit Caster Damage Modifier magnitudes", "Has no Blue Sockets", statOrder = { 22, 45 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectWhiteSockets1"] = { affix = "Enchantment Caster Damage Modifier Effect and White Sockets", "8% increased Explicit Caster Damage Modifier magnitudes", "Has 1 White Socket", statOrder = { 22, 57 }, level = 20, group = "WeaponEnchantmentHeistCasterDamageModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectSpeedEffect1"] = { affix = "Enchantment Mana Modifier Effect and Speed Modifier Effect", "6% increased Explicit Mana Modifier magnitudes", "6% increased Explicit Speed Modifier magnitudes", statOrder = { 31, 34 }, level = 70, group = "WeaponEnchantmentHeistManaModifierEffectSpeedModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectCriticalEffect1"] = { affix = "Enchantment Mana Modifier Effect and Critical Modifier Effect", "6% increased Explicit Critical Modifier magnitudes", "6% increased Explicit Mana Modifier magnitudes", statOrder = { 25, 31 }, level = 70, group = "WeaponEnchantmentHeistManaModifierEffectCriticalModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectAttributeEffect1_"] = { affix = "Enchantment Mana Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Mana Modifier magnitudes", statOrder = { 21, 31 }, level = 70, group = "WeaponEnchantmentHeistManaModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectAilmentEffect1"] = { affix = "Enchantment Mana Modifier Effect and Ailment Modifier Effect", "6% increased Explicit Ailment Modifier magnitudes", "6% increased Explicit Mana Modifier magnitudes", statOrder = { 20, 31 }, level = 70, group = "WeaponEnchantmentHeistManaModifierEffectAilmentModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectAttributeRequirement1"] = { affix = "Enchantment Mana Modifier Effect and Attribute Requirement", "6% increased Explicit Mana Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 31, 988 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectSocketsAreLinked1"] = { affix = "Enchantment Mana Modifier Effect and Sockets Are Linked", "6% increased Explicit Mana Modifier magnitudes", "All Sockets Linked", statOrder = { 31, 52 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectNoRedSockets1"] = { affix = "Enchantment Mana Modifier Effect and No Red Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Red Sockets", statOrder = { 31, 47 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectNoBlueSockets1__"] = { affix = "Enchantment Mana Modifier Effect and No Blue Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Green Sockets", statOrder = { 31, 46 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectNoGreenSockets1"] = { affix = "Enchantment Mana Modifier Effect and No Green Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Blue Sockets", statOrder = { 31, 45 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectWhiteSockets1"] = { affix = "Enchantment Mana Modifier Effect and White Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has 1 White Socket", statOrder = { 31, 57 }, level = 20, group = "WeaponEnchantmentHeistManaModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectAttributeRequirement1__"] = { affix = "Enchantment Speed Modifier Effect and Attribute Requirement", "6% increased Explicit Speed Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 34, 988 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectSocketsAreLinked1__"] = { affix = "Enchantment Speed Modifier Effect and Sockets Are Linked", "6% increased Explicit Speed Modifier magnitudes", "All Sockets Linked", statOrder = { 34, 52 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectNoRedSockets1"] = { affix = "Enchantment Speed Modifier Effect and No Red Sockets", "8% increased Explicit Speed Modifier magnitudes", "Has no Red Sockets", statOrder = { 34, 47 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectNoBlueSockets1"] = { affix = "Enchantment Speed Modifier Effect and No Blue Sockets", "8% increased Explicit Speed Modifier magnitudes", "Has no Green Sockets", statOrder = { 34, 46 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectNoGreenSockets1"] = { affix = "Enchantment Speed Modifier Effect and No Green Sockets", "8% increased Explicit Speed Modifier magnitudes", "Has no Blue Sockets", statOrder = { 34, 45 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectWhiteSockets1_"] = { affix = "Enchantment Speed Modifier Effect and White Sockets", "8% increased Explicit Speed Modifier magnitudes", "Has 1 White Socket", statOrder = { 34, 57 }, level = 20, group = "WeaponEnchantmentHeistSpeedModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectAttributeRequirement1_"] = { affix = "Enchantment Critical Modifier Effect and Attribute Requirement", "6% increased Explicit Critical Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 25, 988 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectSocketsAreLinked1"] = { affix = "Enchantment Critical Modifier Effect and Sockets Are Linked", "6% increased Explicit Critical Modifier magnitudes", "All Sockets Linked", statOrder = { 25, 52 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectNoRedSockets1"] = { affix = "Enchantment Critical Modifier Effect and No Red Sockets", "8% increased Explicit Critical Modifier magnitudes", "Has no Red Sockets", statOrder = { 25, 47 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectNoBlueSockets1"] = { affix = "Enchantment Critical Modifier Effect and No Blue Sockets", "8% increased Explicit Critical Modifier magnitudes", "Has no Green Sockets", statOrder = { 25, 46 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectNoGreenSockets1"] = { affix = "Enchantment Critical Modifier Effect and No Green Sockets", "8% increased Explicit Critical Modifier magnitudes", "Has no Blue Sockets", statOrder = { 25, 45 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectWhiteSockets1_"] = { affix = "Enchantment Critical Modifier Effect and White Sockets", "8% increased Explicit Critical Modifier magnitudes", "Has 1 White Socket", statOrder = { 25, 57 }, level = 30, group = "WeaponEnchantmentHeistCriticalModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectAttributeRequirement1"] = { affix = "Enchantment Attribute Modifier Effect and Attribute Requirement", "6% increased Explicit Attribute Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 21, 988 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectSocketsAreLinked1_"] = { affix = "Enchantment Attribute Modifier Effect and Sockets Are Linked", "6% increased Explicit Attribute Modifier magnitudes", "All Sockets Linked", statOrder = { 21, 52 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectNoRedSockets1"] = { affix = "Enchantment Attribute Modifier Effect and No Red Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Red Sockets", statOrder = { 21, 47 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectNoBlueSockets1_"] = { affix = "Enchantment Attribute Modifier Effect and No Blue Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Green Sockets", statOrder = { 21, 46 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectNoGreenSockets1"] = { affix = "Enchantment Attribute Modifier Effect and No Green Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Blue Sockets", statOrder = { 21, 45 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectWhiteSockets1_"] = { affix = "Enchantment Attribute Modifier Effect and White Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has 1 White Socket", statOrder = { 21, 57 }, level = 20, group = "WeaponEnchantmentHeistAttributeModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectAttributeRequirement1_"] = { affix = "Enchantment Ailment Modifier Effect and Attribute Requirement", "6% increased Explicit Ailment Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 20, 988 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectAttributeRequirement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectSocketsAreLinked1"] = { affix = "Enchantment Ailment Modifier Effect and Sockets Are Linked", "6% increased Explicit Ailment Modifier magnitudes", "All Sockets Linked", statOrder = { 20, 52 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectNoRedSockets1_"] = { affix = "Enchantment Ailment Modifier Effect and No Red Sockets", "8% increased Explicit Ailment Modifier magnitudes", "Has no Red Sockets", statOrder = { 20, 47 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectNoBlueSockets1__"] = { affix = "Enchantment Ailment Modifier Effect and No Blue Sockets", "8% increased Explicit Ailment Modifier magnitudes", "Has no Green Sockets", statOrder = { 20, 46 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectNoGreenSockets1"] = { affix = "Enchantment Ailment Modifier Effect and No Green Sockets", "8% increased Explicit Ailment Modifier magnitudes", "Has no Blue Sockets", statOrder = { 20, 45 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectWhiteSockets1"] = { affix = "Enchantment Ailment Modifier Effect and White Sockets", "8% increased Explicit Ailment Modifier magnitudes", "Has 1 White Socket", statOrder = { 20, 57 }, level = 20, group = "WeaponEnchantmentHeistAilmentModifierEffectWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectSpeedEffectPenalty1___"] = { affix = "Enchantment Physical Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Physical Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 32, 34 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectCriticalEffectPenalty1"] = { affix = "Enchantment Physical Modifier Effect and Critical Modifier Effect Penalty", "25% reduced Explicit Critical Modifier magnitudes", "10% increased Explicit Physical Modifier magnitudes", statOrder = { 25, 32 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectSocketPenalty1"] = { affix = "Enchantment Physical Modifier Effect and Socket Penalty", "15% increased Explicit Physical Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 32, 58 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Physical Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Physical Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 32, 988 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectOnlyRedSockets1"] = { affix = "Enchantment Physical Modifier Effect and Only Red Sockets", "10% increased Explicit Physical Modifier magnitudes", "All Sockets are Red", statOrder = { 32, 55 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectOnlyBlueSockets1_"] = { affix = "Enchantment Physical Modifier Effect and Only Blue Sockets", "10% increased Explicit Physical Modifier magnitudes", "All Sockets are Blue", statOrder = { 32, 53 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistPhysicalEffectOnlyGreenSockets1"] = { affix = "Enchantment Physical Modifier Effect and Only Green Sockets", "10% increased Explicit Physical Modifier magnitudes", "All Sockets are Green", statOrder = { 32, 54 }, level = 69, group = "WeaponEnchantmentHeistPhysicalModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectSpeedEffectPenalty1"] = { affix = "Enchantment Fire Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Fire Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 28, 34 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectCriticalEffectPenalty1"] = { affix = "Enchantment Fire Modifier Effect and Critical Modifier Effect Penalty", "25% reduced Explicit Critical Modifier magnitudes", "10% increased Explicit Fire Modifier magnitudes", statOrder = { 25, 28 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectSocketPenalty1"] = { affix = "Enchantment Fire Modifier Effect and Socket Penalty", "15% increased Explicit Fire Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 28, 58 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Fire Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Fire Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 28, 988 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectOnlyRedSockets1"] = { affix = "Enchantment Fire Modifier Effect and Only Red Sockets", "10% increased Explicit Fire Modifier magnitudes", "All Sockets are Red", statOrder = { 28, 55 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectOnlyBlueSockets1"] = { affix = "Enchantment Fire Modifier Effect and Only Blue Sockets", "10% increased Explicit Fire Modifier magnitudes", "All Sockets are Blue", statOrder = { 28, 53 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistFireEffectOnlyGreenSockets1"] = { affix = "Enchantment Fire Modifier Effect and Only Green Sockets", "10% increased Explicit Fire Modifier magnitudes", "All Sockets are Green", statOrder = { 28, 54 }, level = 69, group = "WeaponEnchantmentHeistFireModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectSpeedEffectPenalty1"] = { affix = "Enchantment Lightning Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Lightning Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 30, 34 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectCriticalEffectPenalty1_"] = { affix = "Enchantment Lightning Modifier Effect and Critical Modifier Effect Penalty", "25% reduced Explicit Critical Modifier magnitudes", "10% increased Explicit Lightning Modifier magnitudes", statOrder = { 25, 30 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectSocketPenalty1"] = { affix = "Enchantment Lightning Modifier Effect and Socket Penalty", "15% increased Explicit Lightning Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 30, 58 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Lightning Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Lightning Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 30, 988 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectOnlyRedSockets1"] = { affix = "Enchantment Lightning Modifier Effect and Only Red Sockets", "10% increased Explicit Lightning Modifier magnitudes", "All Sockets are Red", statOrder = { 30, 55 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectOnlyBlueSockets1"] = { affix = "Enchantment Lightning Modifier Effect and Only Blue Sockets", "10% increased Explicit Lightning Modifier magnitudes", "All Sockets are Blue", statOrder = { 30, 53 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistLightningEffectOnlyGreenSockets1"] = { affix = "Enchantment Lightning Modifier Effect and Only Green Sockets", "10% increased Explicit Lightning Modifier magnitudes", "All Sockets are Green", statOrder = { 30, 54 }, level = 69, group = "WeaponEnchantmentHeistLightningModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectSpeedEffectPenalty1"] = { affix = "Enchantment Cold Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Cold Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 24, 34 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectCriticalEffectPenalty1"] = { affix = "Enchantment Cold Modifier Effect and Critical Modifier Effect Penalty", "10% increased Explicit Cold Modifier magnitudes", "25% reduced Explicit Critical Modifier magnitudes", statOrder = { 24, 25 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectSocketPenalty1_"] = { affix = "Enchantment Cold Modifier Effect and Socket Penalty", "15% increased Explicit Cold Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 24, 58 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectAttributeRequirementPenalty1_"] = { affix = "Enchantment Cold Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Cold Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 24, 988 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectOnlyRedSockets1_"] = { affix = "Enchantment Cold Modifier Effect and Only Red Sockets", "10% increased Explicit Cold Modifier magnitudes", "All Sockets are Red", statOrder = { 24, 55 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectOnlyBlueSockets1_"] = { affix = "Enchantment Cold Modifier Effect and Only Blue Sockets", "10% increased Explicit Cold Modifier magnitudes", "All Sockets are Blue", statOrder = { 24, 53 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistColdEffectOnlyGreenSockets1__"] = { affix = "Enchantment Cold Modifier Effect and Only Green Sockets", "10% increased Explicit Cold Modifier magnitudes", "All Sockets are Green", statOrder = { 24, 54 }, level = 69, group = "WeaponEnchantmentHeistColdModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectSpeedEffectPenalty1"] = { affix = "Enchantment Chaos Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Chaos Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 23, 34 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectCriticalEffectPenalty1"] = { affix = "Enchantment Chaos Modifier Effect and Critical Modifier Effect Penalty", "10% increased Explicit Chaos Modifier magnitudes", "25% reduced Explicit Critical Modifier magnitudes", statOrder = { 23, 25 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectSocketPenalty1"] = { affix = "Enchantment Chaos Modifier Effect and Socket Penalty", "15% increased Explicit Chaos Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 23, 58 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Chaos Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Chaos Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 23, 988 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectOnlyRedSockets1"] = { affix = "Enchantment Chaos Modifier Effect and Only Red Sockets", "10% increased Explicit Chaos Modifier magnitudes", "All Sockets are Red", statOrder = { 23, 55 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectOnlyBlueSockets1"] = { affix = "Enchantment Chaos Modifier Effect and Only Blue Sockets", "10% increased Explicit Chaos Modifier magnitudes", "All Sockets are Blue", statOrder = { 23, 53 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistChaosEffectOnlyGreenSockets1___"] = { affix = "Enchantment Chaos Modifier Effect and Only Green Sockets", "10% increased Explicit Chaos Modifier magnitudes", "All Sockets are Green", statOrder = { 23, 54 }, level = 69, group = "WeaponEnchantmentHeistChaosModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectSpeedEffectPenalty1"] = { affix = "Enchantment Caster Damage Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Caster Damage Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 22, 34 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectCriticalEffectPenalty1"] = { affix = "Enchantment Caster Damage Modifier Effect and Critical Modifier Effect Penalty", "10% increased Explicit Caster Damage Modifier magnitudes", "25% reduced Explicit Critical Modifier magnitudes", statOrder = { 22, 25 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectSocketPenalty1__"] = { affix = "Enchantment Caster Damage Modifier Effect and Socket Penalty", "15% increased Explicit Caster Damage Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 22, 58 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Caster Damage Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Caster Damage Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 22, 988 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectOnlyRedSockets1"] = { affix = "Enchantment Caster Damage Modifier Effect and Only Red Sockets", "10% increased Explicit Caster Damage Modifier magnitudes", "All Sockets are Red", statOrder = { 22, 55 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectOnlyBlueSockets1_"] = { affix = "Enchantment Caster Damage Modifier Effect and Only Blue Sockets", "10% increased Explicit Caster Damage Modifier magnitudes", "All Sockets are Blue", statOrder = { 22, 53 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCasterDamageEffectOnlyGreenSockets1"] = { affix = "Enchantment Caster Damage Modifier Effect and Only Green Sockets", "10% increased Explicit Caster Damage Modifier magnitudes", "All Sockets are Green", statOrder = { 22, 54 }, level = 69, group = "WeaponEnchantmentHeistCasterDamageModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectSpeedEffectPenalty1"] = { affix = "Enchantment Mana Modifier Effect and Speed Modifier Effect Penalty", "10% increased Explicit Mana Modifier magnitudes", "25% reduced Explicit Speed Modifier magnitudes", statOrder = { 31, 34 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectSpeedModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectCriticalEffectPenalty1"] = { affix = "Enchantment Mana Modifier Effect and Critical Modifier Effect Penalty", "25% reduced Explicit Critical Modifier magnitudes", "10% increased Explicit Mana Modifier magnitudes", statOrder = { 25, 31 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectCriticalModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectSocketPenalty1_"] = { affix = "Enchantment Mana Modifier Effect and Socket Penalty", "15% increased Explicit Mana Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 31, 58 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectAttributeRequirementPenalty1__"] = { affix = "Enchantment Mana Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Mana Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 31, 988 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectOnlyRedSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Red Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Red", statOrder = { 31, 55 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectOnlyBlueSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Blue Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Blue", statOrder = { 31, 53 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistManaEffectOnlyGreenSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Green Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Green", statOrder = { 31, 54 }, level = 69, group = "WeaponEnchantmentHeistManaModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectDamageEffectPenalty1"] = { affix = "Enchantment Speed Modifier Effect and Damage Modifier Effect Penalty", "25% reduced Explicit Damage Modifier magnitudes", "12% increased Explicit Speed Modifier magnitudes", statOrder = { 26, 34 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectDamageModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectSocketPenalty1"] = { affix = "Enchantment Speed Modifier Effect and Socket Penalty", "15% increased Explicit Speed Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 34, 58 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Speed Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Speed Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 34, 988 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectOnlyRedSockets1"] = { affix = "Enchantment Speed Modifier Effect and Only Red Sockets", "10% increased Explicit Speed Modifier magnitudes", "All Sockets are Red", statOrder = { 34, 55 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectOnlyBlueSockets1"] = { affix = "Enchantment Speed Modifier Effect and Only Blue Sockets", "10% increased Explicit Speed Modifier magnitudes", "All Sockets are Blue", statOrder = { 34, 53 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistSpeedEffectOnlyGreenSockets1"] = { affix = "Enchantment Speed Modifier Effect and Only Green Sockets", "10% increased Explicit Speed Modifier magnitudes", "All Sockets are Green", statOrder = { 34, 54 }, level = 74, group = "WeaponEnchantmentHeistSpeedModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectDamageEffectPenalty1"] = { affix = "Enchantment Critical Modifier Effect and Damage Modifier Effect Penalty", "12% increased Explicit Critical Modifier magnitudes", "25% reduced Explicit Damage Modifier magnitudes", statOrder = { 25, 26 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectDamageModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectSocketPenalty1___"] = { affix = "Enchantment Critical Modifier Effect and Socket Penalty", "15% increased Explicit Critical Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 25, 58 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Critical Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Critical Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 25, 988 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectOnlyRedSockets1"] = { affix = "Enchantment Critical Modifier Effect and Only Red Sockets", "10% increased Explicit Critical Modifier magnitudes", "All Sockets are Red", statOrder = { 25, 55 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectOnlyBlueSockets1"] = { affix = "Enchantment Critical Modifier Effect and Only Blue Sockets", "10% increased Explicit Critical Modifier magnitudes", "All Sockets are Blue", statOrder = { 25, 53 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistCriticalEffectOnlyGreenSockets1"] = { affix = "Enchantment Critical Modifier Effect and Only Green Sockets", "10% increased Explicit Critical Modifier magnitudes", "All Sockets are Green", statOrder = { 25, 54 }, level = 78, group = "WeaponEnchantmentHeistCriticalModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectDamageEffectPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Damage Modifier Effect Penalty", "12% increased Explicit Attribute Modifier magnitudes", "25% reduced Explicit Damage Modifier magnitudes", statOrder = { 21, 26 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectDamageModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectSocketPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Socket Penalty", "15% increased Explicit Attribute Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 21, 58 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Attribute Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 21, 988 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectOnlyRedSockets1_"] = { affix = "Enchantment Attribute Modifier Effect and Only Red Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Red", statOrder = { 21, 55 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectOnlyBlueSockets1"] = { affix = "Enchantment Attribute Modifier Effect and Only Blue Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Blue", statOrder = { 21, 53 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAttributeEffectOnlyGreenSockets1"] = { affix = "Enchantment Attribute Modifier Effect and Only Green Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Green", statOrder = { 21, 54 }, level = 69, group = "WeaponEnchantmentHeistAttributeModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectSocketPenalty1__"] = { affix = "Enchantment Ailment Modifier Effect and Socket Penalty", "15% increased Explicit Ailment Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 20, 58 }, level = 69, group = "WeaponEnchantmentHeistAilmentModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectAttributeRequirementPenalty1"] = { affix = "Enchantment Ailment Modifier Effect and Attribute Requirement Penalty", "15% increased Explicit Ailment Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 20, 988 }, level = 69, group = "WeaponEnchantmentHeistAilmentModifierEffectAttributeRequirementPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectOnlyRedSockets1"] = { affix = "Enchantment Ailment Modifier Effect and Only Red Sockets", "10% increased Explicit Ailment Modifier magnitudes", "All Sockets are Red", statOrder = { 20, 55 }, level = 69, group = "WeaponEnchantmentHeistAilmentModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectOnlyBlueSockets1__"] = { affix = "Enchantment Ailment Modifier Effect and Only Blue Sockets", "10% increased Explicit Ailment Modifier magnitudes", "All Sockets are Blue", statOrder = { 20, 53 }, level = 69, group = "WeaponEnchantmentHeistAilmentModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAilmentEffectOnlyGreenSockets1"] = { affix = "Enchantment Ailment Modifier Effect and Only Green Sockets", "10% increased Explicit Ailment Modifier magnitudes", "All Sockets are Green", statOrder = { 20, 54 }, level = 69, group = "WeaponEnchantmentHeistAilmentModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponEnchantmentHeistAdditionalCraftingModifier1_"] = { affix = "Enchantment Additional Crafted Modifier", "Can have 1 additional Crafted Modifier", statOrder = { 18 }, level = 80, group = "WeaponEnchantmentHeistAdditionalCraftingModifier", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrder = { 7895, 7896, 7897 }, level = 1, group = "DischargeThresholdJewel1", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrder = { 328 }, level = 1, group = "DisplaySupportedByUnleash", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrder = { 13, 7808 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffect1"] = { affix = "Enchantment Life Modifier Effect", "8% increased Explicit Life Modifier magnitudes", statOrder = { 29 }, level = 1, group = "ArmourEnchantmentHeistLifeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffect1"] = { affix = "Enchantment Defence Modifier Effect", "8% increased Explicit Defence Modifier magnitudes", statOrder = { 27 }, level = 1, group = "ArmourEnchantmentHeistDefenceModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffect1"] = { affix = "Enchantment Mana Modifier Effect", "8% increased Explicit Mana Modifier magnitudes", statOrder = { 31 }, level = 1, group = "ArmourEnchantmentHeistManaModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffect1__"] = { affix = "Enchantment Resistance Modifier Effect", "8% increased Explicit Resistance Modifier magnitudes", statOrder = { 33 }, level = 1, group = "ArmourEnchantmentHeistResistanceModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffect1"] = { affix = "Enchantment Attribute Modifier Effect", "8% increased Explicit Attribute Modifier magnitudes", statOrder = { 21 }, level = 1, group = "ArmourEnchantmentHeistAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeRequirements1"] = { affix = "Enchantment Attribute Requirements", "40% reduced Attribute Requirements", statOrder = { 988 }, level = 1, group = "ArmourEnchantmentHeistAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistSocketsAreLinked1"] = { affix = "Enchantment Sockets Are Linked", "All Sockets Linked", statOrder = { 52 }, level = 1, group = "ArmourEnchantmentHeistSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistWhiteSockets1__"] = { affix = "Enchantment White Sockets", "Has 2 White Sockets", statOrder = { 57 }, level = 1, group = "ArmourEnchantmentHeistWhiteSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectResistanceEffect1__"] = { affix = "Enchantment Life Modifier Effect and Resistance Modifier Effect", "6% increased Explicit Life Modifier magnitudes", "6% increased Explicit Resistance Modifier magnitudes", statOrder = { 29, 33 }, level = 20, group = "ArmourEnchantmentHeistLifeModifierEffectResistanceModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectAttributeEffect1_"] = { affix = "Enchantment Life Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Life Modifier magnitudes", statOrder = { 21, 29 }, level = 20, group = "ArmourEnchantmentHeistLifeModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectAttributeRequirements1"] = { affix = "Enchantment Life Modifier Effect and Attribute Requirements", "6% increased Explicit Life Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 29, 988 }, level = 20, group = "ArmourEnchantmentHeistLifeModifierEffectAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectSocketsAreLinked1_"] = { affix = "Enchantment Life Modifier Effect and Sockets Are Linked", "6% increased Explicit Life Modifier magnitudes", "All Sockets Linked", statOrder = { 29, 52 }, level = 30, group = "ArmourEnchantmentHeistLifeModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectNoRedSockets1"] = { affix = "Enchantment Life Modifier Effect and No Red Sockets", "8% increased Explicit Life Modifier magnitudes", "Has no Red Sockets", statOrder = { 29, 47 }, level = 30, group = "ArmourEnchantmentHeistLifeModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectNoBlueSockets1"] = { affix = "Enchantment Life Modifier Effect and No Blue Sockets", "8% increased Explicit Life Modifier magnitudes", "Has no Green Sockets", statOrder = { 29, 46 }, level = 30, group = "ArmourEnchantmentHeistLifeModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectNoGreenSockets1__"] = { affix = "Enchantment Life Modifier Effect and No Green Sockets", "8% increased Explicit Life Modifier magnitudes", "Has no Blue Sockets", statOrder = { 29, 45 }, level = 30, group = "ArmourEnchantmentHeistLifeModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectWhiteSocket1_"] = { affix = "Enchantment Life Modifier Effect and White Socket", "8% increased Explicit Life Modifier magnitudes", "Has 1 White Socket", statOrder = { 29, 57 }, level = 30, group = "ArmourEnchantmentHeistLifeModifierEffectWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectResistanceEffect1"] = { affix = "Enchantment Defence Modifier Effect and Resistance Modifier Effect", "6% increased Explicit Defence Modifier magnitudes", "6% increased Explicit Resistance Modifier magnitudes", statOrder = { 27, 33 }, level = 20, group = "ArmourEnchantmentHeistDefenceModifierEffectResistanceModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectAttributeEffect1"] = { affix = "Enchantment Defence Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Defence Modifier magnitudes", statOrder = { 21, 27 }, level = 20, group = "ArmourEnchantmentHeistDefenceModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectAttributeRequirements1"] = { affix = "Enchantment Defence Modifier Effect and Attribute Requirements", "6% increased Explicit Defence Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 27, 988 }, level = 20, group = "ArmourEnchantmentHeistDefenceModifierEffectAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectSocketsAreLinked1"] = { affix = "Enchantment Defence Modifier Effect and Sockets Are Linked", "6% increased Explicit Defence Modifier magnitudes", "All Sockets Linked", statOrder = { 27, 52 }, level = 30, group = "ArmourEnchantmentHeistDefenceModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectNoRedSockets1"] = { affix = "Enchantment Defence Modifier Effect and No Red Sockets", "8% increased Explicit Defence Modifier magnitudes", "Has no Red Sockets", statOrder = { 27, 47 }, level = 30, group = "ArmourEnchantmentHeistDefenceModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectNoBlueSockets1"] = { affix = "Enchantment Defence Modifier Effect and No Blue Sockets", "8% increased Explicit Defence Modifier magnitudes", "Has no Green Sockets", statOrder = { 27, 46 }, level = 30, group = "ArmourEnchantmentHeistDefenceModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectNoGreenSockets1"] = { affix = "Enchantment Defence Modifier Effect and No Green Sockets", "8% increased Explicit Defence Modifier magnitudes", "Has no Blue Sockets", statOrder = { 27, 45 }, level = 30, group = "ArmourEnchantmentHeistDefenceModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectWhiteSocket1"] = { affix = "Enchantment Defence Modifier Effect and White Socket", "8% increased Explicit Defence Modifier magnitudes", "Has 1 White Socket", statOrder = { 27, 57 }, level = 30, group = "ArmourEnchantmentHeistDefenceModifierEffectWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectResistanceEffect1"] = { affix = "Enchantment Mana Modifier Effect and Resistance Modifier Effect", "6% increased Explicit Mana Modifier magnitudes", "6% increased Explicit Resistance Modifier magnitudes", statOrder = { 31, 33 }, level = 70, group = "ArmourEnchantmentHeistManaModifierEffectResistanceModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectAttributeEffect1"] = { affix = "Enchantment Mana Modifier Effect and Attribute Modifier Effect", "6% increased Explicit Attribute Modifier magnitudes", "6% increased Explicit Mana Modifier magnitudes", statOrder = { 21, 31 }, level = 70, group = "ArmourEnchantmentHeistManaModifierEffectAttributeModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectAttributeRequirements1"] = { affix = "Enchantment Mana Modifier Effect and Attribute Requirements", "6% increased Explicit Mana Modifier magnitudes", "25% reduced Attribute Requirements", statOrder = { 31, 988 }, level = 70, group = "ArmourEnchantmentHeistManaModifierEffectAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectSocketsAreLinked1"] = { affix = "Enchantment Mana Modifier Effect and Sockets Are Linked", "6% increased Explicit Mana Modifier magnitudes", "All Sockets Linked", statOrder = { 31, 52 }, level = 30, group = "ArmourEnchantmentHeistManaModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectNoRedSockets1_"] = { affix = "Enchantment Mana Modifier Effect and No Red Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Red Sockets", statOrder = { 31, 47 }, level = 30, group = "ArmourEnchantmentHeistManaModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectNoBlueSockets1"] = { affix = "Enchantment Mana Modifier Effect and No Blue Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Green Sockets", statOrder = { 31, 46 }, level = 30, group = "ArmourEnchantmentHeistManaModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectNoGreenSockets1"] = { affix = "Enchantment Mana Modifier Effect and No Green Sockets", "8% increased Explicit Mana Modifier magnitudes", "Has no Blue Sockets", statOrder = { 31, 45 }, level = 30, group = "ArmourEnchantmentHeistManaModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectWhiteSocket1_"] = { affix = "Enchantment Mana Modifier Effect and White Socket", "8% increased Explicit Mana Modifier magnitudes", "Has 1 White Socket", statOrder = { 31, 57 }, level = 30, group = "ArmourEnchantmentHeistManaModifierEffectWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectSocketsAreLinked1_"] = { affix = "Enchantment Resistance Modifier Effect and Sockets Are Linked", "6% increased Explicit Resistance Modifier magnitudes", "All Sockets Linked", statOrder = { 33, 52 }, level = 30, group = "ArmourEnchantmentHeistResistanceModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectNoRedSockets1"] = { affix = "Enchantment Resistance Modifier Effect and No Red Sockets", "8% increased Explicit Resistance Modifier magnitudes", "Has no Red Sockets", statOrder = { 33, 47 }, level = 30, group = "ArmourEnchantmentHeistResistanceModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectNoBlueSockets1"] = { affix = "Enchantment Resistance Modifier Effect and No Blue Sockets", "8% increased Explicit Resistance Modifier magnitudes", "Has no Green Sockets", statOrder = { 33, 46 }, level = 30, group = "ArmourEnchantmentHeistResistanceModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectNoGreenSockets1"] = { affix = "Enchantment Resistance Modifier Effect and No Green Sockets", "8% increased Explicit Resistance Modifier magnitudes", "Has no Blue Sockets", statOrder = { 33, 45 }, level = 30, group = "ArmourEnchantmentHeistResistanceModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectWhiteSocket1"] = { affix = "Enchantment Resistance Modifier Effect and White Socket", "8% increased Explicit Resistance Modifier magnitudes", "Has 1 White Socket", statOrder = { 33, 57 }, level = 30, group = "ArmourEnchantmentHeistResistanceModifierEffectWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectSocketsAreLinked1"] = { affix = "Enchantment Attribute Modifier Effect and Sockets Are Linked", "6% increased Explicit Attribute Modifier magnitudes", "All Sockets Linked", statOrder = { 21, 52 }, level = 30, group = "ArmourEnchantmentHeistAttributeModifierEffectSocketsAreLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectNoRedSockets1"] = { affix = "Enchantment Attribute Modifier Effect and No Red Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Red Sockets", statOrder = { 21, 47 }, level = 30, group = "ArmourEnchantmentHeistAttributeModifierEffectNoRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectNoBlueSockets1"] = { affix = "Enchantment Attribute Modifier Effect and No Blue Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Green Sockets", statOrder = { 21, 46 }, level = 30, group = "ArmourEnchantmentHeistAttributeModifierEffectNoBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectNoGreenSockets1"] = { affix = "Enchantment Attribute Modifier Effect and No Green Sockets", "8% increased Explicit Attribute Modifier magnitudes", "Has no Blue Sockets", statOrder = { 21, 45 }, level = 30, group = "ArmourEnchantmentHeistAttributeModifierEffectNoGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectWhiteSocket1_"] = { affix = "Enchantment Attribute Modifier Effect and White Socket", "8% increased Explicit Attribute Modifier magnitudes", "Has 1 White Socket", statOrder = { 21, 57 }, level = 30, group = "ArmourEnchantmentHeistAttributeModifierEffectWhiteSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectResistanceEffectPenalty1"] = { affix = "Enchantment Life Modifier Effect and Resistance Modifier Effect Penalty", "12% increased Explicit Life Modifier magnitudes", "50% reduced Explicit Resistance Modifier magnitudes", statOrder = { 29, 33 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectResistanceModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectSocketPenalty1"] = { affix = "Enchantment Life Modifier Effect and Socket Penalty", "15% increased Explicit Life Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 29, 58 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectAttributeRequirementsPenalty1_"] = { affix = "Enchantment Life Modifier Effect and Attribute Requirements Penalty", "15% increased Explicit Life Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 29, 988 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectAttributeRequirementsPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectOnlyRedSockets1"] = { affix = "Enchantment Life Modifier Effect and Only Red Sockets", "10% increased Explicit Life Modifier magnitudes", "All Sockets are Red", statOrder = { 29, 55 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectOnlyBlueSockets1"] = { affix = "Enchantment Life Modifier Effect and Only Blue Sockets", "10% increased Explicit Life Modifier magnitudes", "All Sockets are Blue", statOrder = { 29, 53 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistLifeEffectOnlyGreenSockets1"] = { affix = "Enchantment Life Modifier Effect and Only Green Sockets", "10% increased Explicit Life Modifier magnitudes", "All Sockets are Green", statOrder = { 29, 54 }, level = 69, group = "ArmourEnchantmentHeistLifeModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectResistanceEffectPenalty1"] = { affix = "Enchantment Defence Modifier Effect and Resistance Modifier Effect Penalty", "12% increased Explicit Defence Modifier magnitudes", "50% reduced Explicit Resistance Modifier magnitudes", statOrder = { 27, 33 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectResistanceModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectSocketPenalty1"] = { affix = "Enchantment Defence Modifier Effect and Socket Penalty", "15% increased Explicit Defence Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 27, 58 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectAttributeRequirementsPenalty1_"] = { affix = "Enchantment Defence Modifier Effect and Attribute Requirements Penalty", "15% increased Explicit Defence Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 27, 988 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectAttributeRequirementsPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectOnlyRedSockets1___"] = { affix = "Enchantment Defence Modifier Effect and Only Red Sockets", "10% increased Explicit Defence Modifier magnitudes", "All Sockets are Red", statOrder = { 27, 55 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectOnlyBlueSockets1"] = { affix = "Enchantment Defence Modifier Effect and Only Blue Sockets", "10% increased Explicit Defence Modifier magnitudes", "All Sockets are Blue", statOrder = { 27, 53 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistDefenceEffectOnlyGreenSockets1"] = { affix = "Enchantment Defence Modifier Effect and Only Green Sockets", "10% increased Explicit Defence Modifier magnitudes", "All Sockets are Green", statOrder = { 27, 54 }, level = 69, group = "ArmourEnchantmentHeistDefenceModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectResistanceEffectPenalty1"] = { affix = "Enchantment Mana Modifier Effect and Resistance Modifier Effect Penalty", "12% increased Explicit Mana Modifier magnitudes", "50% reduced Explicit Resistance Modifier magnitudes", statOrder = { 31, 33 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectResistanceModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectSocketPenalty1"] = { affix = "Enchantment Mana Modifier Effect and Socket Penalty", "15% increased Explicit Mana Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 31, 58 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectAttributeRequirementsPenalty1"] = { affix = "Enchantment Mana Modifier Effect and Attribute Requirements Penalty", "15% increased Explicit Mana Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 31, 988 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectAttributeRequirementsPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectOnlyRedSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Red Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Red", statOrder = { 31, 55 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectOnlyBlueSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Blue Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Blue", statOrder = { 31, 53 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistManaEffectOnlyGreenSockets1"] = { affix = "Enchantment Mana Modifier Effect and Only Green Sockets", "10% increased Explicit Mana Modifier magnitudes", "All Sockets are Green", statOrder = { 31, 54 }, level = 69, group = "ArmourEnchantmentHeistManaModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectLifeEffectPenalty1"] = { affix = "Enchantment Resistance Modifier Effect and Life Modifier Effect Penalty", "50% reduced Explicit Life Modifier magnitudes", "12% increased Explicit Resistance Modifier magnitudes", statOrder = { 29, 33 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectLifeModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectDefenceEffectPenalty1__"] = { affix = "Enchantment Resistance Modifier Effect and Defence Modifier Effect Penalty", "50% reduced Explicit Defence Modifier magnitudes", "12% increased Explicit Resistance Modifier magnitudes", statOrder = { 27, 33 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectDefenceModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectSocketPenalty1"] = { affix = "Enchantment Resistance Modifier Effect and Socket Penalty", "15% increased Explicit Resistance Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 33, 58 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectAttributeRequirementsPenalty1"] = { affix = "Enchantment Resistance Modifier Effect and Attribute Requirements Penalty", "15% increased Explicit Resistance Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 33, 988 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectAttributeRequirementsPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectOnlyRedSockets1"] = { affix = "Enchantment Resistance Modifier Effect and Only Red Sockets", "10% increased Explicit Resistance Modifier magnitudes", "All Sockets are Red", statOrder = { 33, 55 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectOnlyBlueSockets1"] = { affix = "Enchantment Resistance Modifier Effect and Only Blue Sockets", "10% increased Explicit Resistance Modifier magnitudes", "All Sockets are Blue", statOrder = { 33, 53 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistResistanceEffectOnlyGreenSockets1"] = { affix = "Enchantment Resistance Modifier Effect and Only Green Sockets", "10% increased Explicit Resistance Modifier magnitudes", "All Sockets are Green", statOrder = { 33, 54 }, level = 69, group = "ArmourEnchantmentHeistResistanceModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectLifeEffectPenalty1_"] = { affix = "Enchantment Attribute Modifier Effect and Life Modifier Effect Penalty", "12% increased Explicit Attribute Modifier magnitudes", "50% reduced Explicit Life Modifier magnitudes", statOrder = { 21, 29 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectLifeModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectDefenceEffectPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Defence Modifier Effect Penalty", "12% increased Explicit Attribute Modifier magnitudes", "50% reduced Explicit Defence Modifier magnitudes", statOrder = { 21, 27 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectDefenceModifierEffectPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectSocketPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Socket Penalty", "15% increased Explicit Attribute Modifier magnitudes", "-3 to maximum Sockets", statOrder = { 21, 58 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectSocketPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectAttributeRequirementsPenalty1"] = { affix = "Enchantment Attribute Modifier Effect and Attribute Requirements Penalty", "15% increased Explicit Attribute Modifier magnitudes", "200% increased Attribute Requirements", statOrder = { 21, 988 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectAttributeRequirementsPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectOnlyRedSockets1"] = { affix = "Enchantment Attribute Modifier Effect and Only Red Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Red", statOrder = { 21, 55 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectOnlyRedSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectOnlyBlueSockets1_"] = { affix = "Enchantment Attribute Modifier Effect and Only Blue Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Blue", statOrder = { 21, 53 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectOnlyBlueSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAttributeEffectOnlyGreenSockets1"] = { affix = "Enchantment Attribute Modifier Effect and Only Green Sockets", "10% increased Explicit Attribute Modifier magnitudes", "All Sockets are Green", statOrder = { 21, 54 }, level = 69, group = "ArmourEnchantmentHeistAttributeModifierEffectOnlyGreenSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourEnchantmentHeistAdditionalCraftingModifier1"] = { affix = "Enchantment Additional Crafting Modifier", "Can have 1 additional Crafted Modifier", statOrder = { 18 }, level = 80, group = "ArmourEnchantmentHeistAdditionalCraftingModifier", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrder = { 10367 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcriesExertAnAdditionalAttackImplicitE2"] = { affix = "", "Warcries Exert 2 additional Attacks", statOrder = { 10367 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrder = { 694 }, level = 1, group = "GrantHiddenBladeSkillUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Regeneration rate", statOrder = { 1490 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrder = { 2937 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrder = { 718 }, level = 1, group = "UniqueTriggerShieldShatter", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrder = { 714 }, level = 1, group = "UniqueTriggerAtziriStormCall", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrder = { 713 }, level = 1, group = "UniqueTriggerAtziriFlameBlast", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrder = { 664 }, level = 1, group = "UniqueStaffGrantQueensDemand", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrder = { 556 }, level = 1, group = "UniqueGrantBloodSacrament", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrder = { 2807 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrder = { 2807 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrder = { 2798 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrder = { 2475 }, level = 20, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrder = { 1644 }, level = 80, group = "MaximumLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has no Reservation", statOrder = { 6545 }, level = 1, group = "FleshAndStoneNoReservation", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrder = { 10581 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrder = { 6249 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 9229 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 25 Wintertide Brand Skill", statOrder = { 597 }, level = 1, group = "GrantsWintertideBrand", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrder = { 10413 }, level = 1, group = "WintertideBrandChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrder = { 1762 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrder = { 2793 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, + ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrder = { 4192 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrder = { 298 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrder = { 3102 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrder = { 2705 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrder = { 1414 }, level = 1, group = "OneHandedMeleeCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2362 }, level = 1, group = "PhysicalDamageTakenAsChaosUber", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, }, + ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrder = { 2863 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrder = { 10028 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrder = { 10028 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrder = { 10030 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrder = { 10030 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrder = { 10029 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrder = { 10029 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrder = { 10600 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrder = { 9861 }, level = 1, group = "ManaCostTotalNonChannelled", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrder = { 723 }, level = 1, group = "TriggerFlameDashOnSocketedSkillUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", "20% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 723, 4292 }, level = 1, group = "TriggerFlameDashOnSocketedSkillUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", "40% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 723, 4292 }, level = 1, group = "TriggerFlameDashOnSocketedSkillUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrder = { 6599 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainRandomChargeEvery6SecondsImplicitE2"] = { affix = "", "Gain 2 Endurance, Frenzy or Power Charges every 6 seconds", statOrder = { 6599 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrder = { 511, 1471 }, level = 1, group = "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrder = { 511, 1471 }, level = 1, group = "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrder = { 511, 1471 }, level = 1, group = "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrder = { 4748 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE1"] = { affix = "", "+25% to Maximum Quality", statOrder = { 7853 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE2"] = { affix = "", "+25% to Maximum Quality", statOrder = { 7853 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE3"] = { affix = "", "+25% to Maximum Quality", statOrder = { 7853 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalIgnorePhysReductionImplicitE1"] = { affix = "", "Hits with this Weapon have 30% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7798 }, level = 1, group = "LocalArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIgnorePhysReductionImplicitE2"] = { affix = "", "Hits with this Weapon have 50% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7798 }, level = 1, group = "LocalArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIgnorePhysReductionImplicitE3"] = { affix = "", "Hits with this Weapon ignore Enemy Physical Damage Reduction", statOrder = { 7798 }, level = 1, group = "LocalArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAugmentedQualityE1"] = { affix = "", "1% increased Attack Speed per 8% Quality", "1% increased Critical Strike Chance per 4% Quality", statOrder = { 7725, 7747 }, level = 1, group = "LocalAugmentedQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalAugmentedQualityE2"] = { affix = "", "2% increased Attack Speed per 8% Quality", "1% increased Critical Strike Chance per 4% Quality", statOrder = { 7725, 7747 }, level = 1, group = "LocalAugmentedQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalAugmentedQualityE3"] = { affix = "", "2% increased Attack Speed per 8% Quality", "2% increased Critical Strike Chance per 4% Quality", statOrder = { 7725, 7747 }, level = 1, group = "LocalAugmentedQuality", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 30% increased Effect", "Can't use Flask in Fifth Slot", statOrder = { 2655, 5346 }, level = 30, group = "CannotUseFlaskInFifthSlotFlaskEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrder = { 9001 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrder = { 734 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrder = { 9136 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrder = { 6686 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrder = { 9050 }, level = 1, group = "AddedChaosDamageToAttacksPer50Strength", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrder = { 6044 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrder = { 496 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrder = { 6023 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrder = { 9327 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrder = { 9146 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire", "minion" }, }, + ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrder = { 4900 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrder = { 5658 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, + ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrder = { 10305 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrder = { 1497, 7760 }, level = 1, group = "ManaRegenerationAura", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrder = { 4850 }, level = 1, group = "AvoidPhysicalDamageWhilePhasing", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrder = { 5606 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrder = { 5605 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrder = { 9991 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, modTags = { "physical", "caster" }, }, + ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrder = { 7116 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrder = { 7116 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrder = { 4759 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrder = { 9622 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrder = { 9623 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrder = { 9621 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrder = { 1604 }, level = 1, group = "LifeLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrder = { 6638 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, + ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrder = { 6698 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrder = { 9769 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrder = { 9256 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrder = { 4807 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrder = { 5369 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrder = { 6469 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, + ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrder = { 6041 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrder = { 722 }, level = 1, group = "TriggeredFieryImpactOnHitWithWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrder = { 722 }, level = 1, group = "TriggeredFieryImpactOnHitWithWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrder = { 722 }, level = 1, group = "TriggeredFieryImpactOnHitWithWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE1__"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Suffix Modifier magnitudes", statOrder = { 8, 9, 13, 7874 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE2_"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Prefix Modifier magnitudes", statOrder = { 8, 9, 13, 7859 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE3"] = { affix = "", "+3 Prefix Modifiers allowed", "-3 Suffix Modifiers allowed", "Implicit Modifiers Cannot Be Changed", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE4"] = { affix = "", "+1 Prefix Modifier allowed", "-2 Suffix Modifiers allowed", "Implicit Modifiers Cannot Be Changed", "50% increased Prefix Modifier magnitudes", statOrder = { 8, 9, 13, 7859 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE5"] = { affix = "", "-3 Prefix Modifiers allowed", "+3 Suffix Modifiers allowed", "Implicit Modifiers Cannot Be Changed", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE6"] = { affix = "", "-2 Prefix Modifiers allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "50% increased Suffix Modifier magnitudes", statOrder = { 8, 9, 13, 7874 }, level = 30, group = "MaxPrefixMaxSuffixImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReflectedDurationRingImplicitK1"] = { affix = "", "Left ring slot: 15% reduced Skill Effect Duration", "Right ring slot: 15% increased Skill Effect Duration", statOrder = { 2572, 2579 }, level = 30, group = "ReflectedDurationRingImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReflectedFireColdDamageTakenConversionImplicitK5a"] = { affix = "", "Left ring slot: 25% of Cold Damage from Hits taken as Fire Damage", "Right ring slot: 25% of Fire Damage from Hits taken as Cold Damage", statOrder = { 2565, 2576 }, level = 30, group = "ReflectedFireColdDamageTakenConversion", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["ReflectedFireLightningDamageTakenConversionImplicitK5b"] = { affix = "", "Left ring slot: 25% of Fire Damage from Hits taken as Lightning Damage", "Right ring slot: 25% of Lightning Damage from Hits taken as Fire Damage", statOrder = { 2567, 2577 }, level = 30, group = "ReflectedFireLightningDamageTakenConversion", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["ReflectedColdLightningDamageTakenConversionImplicitK5c"] = { affix = "", "Left ring slot: 25% of Lightning Damage from Hits taken as Cold Damage", "Right ring slot: 25% of Cold Damage from Hits taken as Lightning Damage", statOrder = { 2568, 2574 }, level = 30, group = "ReflectedColdLightningDamageTakenConversion", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["ReflectedCurseEffectOnSelfImplicitK2"] = { affix = "", "Left ring slot: 30% reduced Effect of Curses on you", "Right ring slot: 30% increased Effect of Curses on you", statOrder = { 2566, 2575 }, level = 30, group = "ReflectedCurseEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["ReflectedMinionDamageTakenImplicitK3"] = { affix = "", "Left ring slot: Minions take 15% reduced Damage", "Right ring slot: Minions take 15% increased Damage", statOrder = { 2571, 2578 }, level = 30, group = "ReflectedMinionDamageTaken", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ReflectedAilmentDurationOnSelfImplicitK4"] = { affix = "", "Left ring slot: 30% reduced Duration of Ailments on You", "Right ring slot: 30% increased Duration of Ailments on You", statOrder = { 2564, 2573 }, level = 30, group = "ReflectedAilmentDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["CurseEffectElementalAilmentDurationOnSelfR1"] = { affix = "", "50% increased Elemental Ailment Duration on you", "50% reduced Effect of Curses on you", statOrder = { 1780, 2081 }, level = 30, group = "CurseEffectElementalAilmentDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["MaxPrefixMaxSuffixModEffectImplicitE1"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Explicit Modifier magnitudes", statOrder = { 8, 9, 13, 39 }, level = 30, group = "MaxPrefixMaxSuffixModEffectImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixModEffectImplicitE2"] = { affix = "", "-2 Prefix Modifiers allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "100% increased Explicit Modifier magnitudes", statOrder = { 8, 9, 13, 39 }, level = 30, group = "MaxPrefixMaxSuffixModEffectImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixModEffectImplicitE3"] = { affix = "", "-1 Prefix Modifier allowed", "-2 Suffix Modifiers allowed", "Implicit Modifiers Cannot Be Changed", "100% increased Explicit Modifier magnitudes", statOrder = { 8, 9, 13, 39 }, level = 30, group = "MaxPrefixMaxSuffixModEffectImplicit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrder = { 2381 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrder = { 5616 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlockCopy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrder = { 5611 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlockCopy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrder = { 5615 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints", statOrder = { 9288 }, level = 1, group = "ItemNecroticFootprints", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrder = { 5645 }, level = 1, group = "ChaosResistanceWhileStationary", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrder = { 4441 }, level = 1, group = "PowerChargeOnHitWhilePoisoned", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison", statOrder = { 9959 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Rare or Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Rare or Unique Enemy", statOrder = { 9422, 9604 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrder = { 9239 }, level = 1, group = "MovementVelocityPerPowerChargeCopy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrder = { 7290 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Effect", "(5-15)% increased Cast Speed during Effect", statOrder = { 858, 859 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances", statOrder = { 6212 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["IncreasedElementalResistancesUnique__2_"] = { affix = "", "(60-70)% reduced Elemental Resistances", statOrder = { 6212 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrder = { 6054 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrder = { 10516 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrder = { 4136 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrder = { 215 }, level = 1, group = "SupportedByCastOnDamageTaken", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrder = { 1905 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrder = { 4186 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrder = { 9058 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrder = { 4191 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrder = { 2781 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, + ["ChaosDamageCanFreezeUnique_1"] = { affix = "", "Your Chaos Damage can Freeze", statOrder = { 2782 }, level = 1, group = "ChaosDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, + ["MainHandTriggerSocketedSpellOnFreezingHitUnique_1"] = { affix = "", "Trigger a Socketed Spell when a Hit from this", "Weapon Freezes a Target, with a 0.25 second Cooldown", statOrder = { 743, 743.1 }, level = 83, group = "MainHandTriggerSocketedSpellOnFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrder = { 6202 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrder = { 282 }, level = 1, group = "SupportedByMultiTotem", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrder = { 4107 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrder = { 4937 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrder = { 2074 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrder = { 84, 291 }, level = 1, group = "HungryLoopSupportedByPinpoint", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Spell Damage if you have not Blocked Recently", statOrder = { 9931 }, level = 1, group = "MaximumSpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrder = { 7790 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrder = { 5716 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrder = { 6460 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ElementalDamagePerMissingResistanceUnique_1"] = { affix = "", "(10-15)% increased Elemental Damage per 1% Missing", "Fire, Cold, or Lightning Resistance, up to a maximum of 450%", statOrder = { 6195, 6195.1 }, level = 1, group = "ElementalDamagePerMissingResistance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ReplicaNebulisImplicitModifierMagnitudeUnique_1"] = { affix = "", "(60-120)% increased Implicit Modifier magnitudes", statOrder = { 40 }, level = 1, group = "LocalImplicitStatMagnitude", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 100% increased Mana Reservation Efficiency", statOrder = { 6823 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["HatredManaReservationEfficiencyUnique__1__"] = { affix = "", "Hatred has 100% increased Mana Reservation Efficiency", statOrder = { 6824 }, level = 1, group = "HatredReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrder = { 563 }, level = 81, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-100)% more Main Hand attack speed", statOrder = { 7998 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(10-20)% to Off Hand Critical Strike Chance", statOrder = { 4478 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block", statOrder = { 2899 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "curse" }, }, + ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrder = { 4783 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks can Fork 1 additional time", statOrder = { 4784 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrder = { 2892 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrder = { 10550 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrder = { 84, 326 }, level = 1, group = "HungryLoopSupportedByTrinity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrder = { 7984 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrder = { 7982 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "critical" }, }, + ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrder = { 6158 }, level = 1, group = "DamageOverTimeMultiplierIfCrit8Seconds", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrder = { 7283 }, level = 1, group = "LifeRegenerationIfCrit8Seconds", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrder = { 4673 }, level = 65, group = "ArmourPerStrength", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrder = { 6307 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrder = { 6308 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrder = { 641 }, level = 1, group = "GrantsVampiricIconSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrder = { 7731 }, level = 1, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrder = { 6708 }, level = 1, group = "SacrificialZealOnSkillUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits have (35-50)% chance to ignore Enemy Physical Damage Reduction while you have Sacrificial Zeal", statOrder = { 7046 }, level = 1, group = "ArmourPenetrationSacrificialZeal", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrder = { 7014 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrder = { 9780 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrder = { 6314 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrder = { 481, 1532 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrder = { 481, 1532 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrder = { 481, 1532 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedActiveGemLevelSupportGemPenaltyImplicitR1"] = { affix = "", "-1 to Level of Socketed Support Gems", "+1 to Level of Socketed Skill Gems", statOrder = { 169, 170 }, level = 15, group = "SocketedActiveGemLevelSupportGemPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedActiveGemLevelSupportGemPenaltyImplicitR2"] = { affix = "", "-2 to Level of Socketed Support Gems", "+2 to Level of Socketed Skill Gems", statOrder = { 169, 170 }, level = 45, group = "SocketedActiveGemLevelSupportGemPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR4"] = { affix = "", "+(3-4)% Chance to Block Attack Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR5"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR6"] = { affix = "", "+(5-6)% Chance to Block Attack Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 2369, 4895 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["IncreasedStunRecoveryReducedStunThresholdImplicitR1"] = { affix = "", "30% increased Stun and Block Recovery", "20% reduced Stun Threshold", statOrder = { 1813, 3184 }, level = 20, group = "IncreasedStunRecoveryReducedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedStunRecoveryReducedStunThresholdImplicitR2"] = { affix = "", "40% increased Stun and Block Recovery", "20% reduced Stun Threshold", statOrder = { 1813, 3184 }, level = 50, group = "IncreasedStunRecoveryReducedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedStunRecoveryReducedStunThresholdImplicitR3"] = { affix = "", "50% increased Stun and Block Recovery", "20% reduced Stun Threshold", statOrder = { 1813, 3184 }, level = 80, group = "IncreasedStunRecoveryReducedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(45-50)% increased Cooldown Recovery Rate of Movement Skills", statOrder = { 1711, 9217 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(45-50)% increased Cooldown Recovery Rate of Movement Skills", statOrder = { 1711, 9217 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(45-50)% increased Cooldown Recovery Rate of Movement Skills", statOrder = { 1711, 9217 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrder = { 4775, 5156 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrder = { 4775, 5156 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrder = { 4775, 5156 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrder = { 1195, 1196 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrder = { 1195, 1196 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrder = { 1195, 1196 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TrapSkillEffectDurationTrapCooldownPenaltyImplicitR1"] = { affix = "", "30% reduced Cooldown Recovery Rate for throwing Traps", "Trap Skills have (10-15)% increased Skill Effect Duration", statOrder = { 3373, 10216 }, level = 10, group = "TrapSkillEffectDurationTrapCooldownPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapSkillEffectDurationTrapCooldownPenaltyImplicitR2"] = { affix = "", "30% reduced Cooldown Recovery Rate for throwing Traps", "Trap Skills have (15-20)% increased Skill Effect Duration", statOrder = { 3373, 10216 }, level = 40, group = "TrapSkillEffectDurationTrapCooldownPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapSkillEffectDurationTrapCooldownPenaltyImplicitR3"] = { affix = "", "30% reduced Cooldown Recovery Rate for throwing Traps", "Trap Skills have (20-25)% increased Skill Effect Duration", statOrder = { 3373, 10216 }, level = 70, group = "TrapSkillEffectDurationTrapCooldownPenalty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrder = { 1493, 5602 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrder = { 1493, 5602 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrder = { 1493, 5602 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrder = { 6254, 10365 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrder = { 6254, 10365 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrder = { 6254, 10365 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrder = { 2184, 7780, 8945 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrder = { 2184, 7780, 8945 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrder = { 2184, 7780, 8945 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxChaosResistanceCrushedImplicitR1"] = { affix = "", "+2% to maximum Chaos Resistance", "-15% additional Physical Damage Reduction", "You are Crushed", statOrder = { 1553, 2184, 7780 }, level = 15, group = "MaxChaosResistanceCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxChaosResistanceCrushedImplicitR2"] = { affix = "", "+3% to maximum Chaos Resistance", "-15% additional Physical Damage Reduction", "You are Crushed", statOrder = { 1553, 2184, 7780 }, level = 45, group = "MaxChaosResistanceCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaxChaosResistanceCrushedImplicitR3"] = { affix = "", "+4% to maximum Chaos Resistance", "-15% additional Physical Damage Reduction", "You are Crushed", statOrder = { 1553, 2184, 7780 }, level = 75, group = "MaxChaosResistanceCrushed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrder = { 1281, 2896 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrder = { 1281, 2896 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrder = { 1281, 2896 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrder = { 637 }, level = 1, group = "GrantsUnhingeSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(30-40)% less Physical and Chaos Damage Taken while Sane", statOrder = { 9429 }, level = 1, group = "PhysicalChaosDamageTakenNotUnhinged", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, }, + ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrder = { 9696 }, level = 1, group = "RegenerateLifeNotUnhinged", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrder = { 5826 }, level = 1, group = "CriticalStrikeChanceFinalUnhinged", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrder = { 6273 }, level = 1, group = "EnemiesExplodeOnKillUnhinged", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrder = { 478 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, modTags = { "support", "gem", "curse" }, }, + ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrder = { 7026 }, level = 1, group = "HitAndAilmentDamageCursedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "curse" }, }, + ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrder = { 4221 }, level = 1, group = "ScorchedGroundWhileMoving", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["NearbyEnemiesAreScorchedUnique__1"] = { affix = "", "Nearby Enemies are Scorched", statOrder = { 3311 }, level = 1, group = "NearbyEnemiesAreScorched", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrder = { 9761 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrder = { 9763, 9763.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrder = { 4801 }, level = 1, group = "AttackSpeedFrenzyChargeNotGained", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrder = { 5832 }, level = 1, group = "CriticalStrikeChancePowerChargeNotGained", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrder = { 6565 }, level = 1, group = "ExtendFrenzyPowerChargeDurationCull", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrder = { 7227 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrder = { 8020 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrder = { 6631 }, level = 85, group = "GainBrutalChargesInsteadOfEndurance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrder = { 6612 }, level = 85, group = "GainAfflictionChargesInsteadOfFrenzy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrder = { 6602 }, level = 85, group = "GainAbsorptionChargesInsteadOfPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrder = { 1720 }, level = 1, group = "MaximumBrutalChargesEqualsEndurance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrder = { 1725 }, level = 1, group = "MaximumAfflictionChargesEqualsFrenzy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrder = { 1730 }, level = 1, group = "MaximumAbsorptionChargesEqualsPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrder = { 1719 }, level = 1, group = "MinimumBrutalChargeModifiersEqualsEndurance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrder = { 1724 }, level = 1, group = "MinimumAfflictionChargeModifiersEqualsFrenzy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrder = { 1729 }, level = 1, group = "MinimumAbsorptionChargeModifiersEqualsPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrder = { 9175 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrder = { 9111 }, level = 1, group = "MinionCriticalStrikeChanceMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2360 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrder = { 1509, 1511 }, level = 1, group = "LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__3"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__4"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__6"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrder = { 9530, 9530.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "40% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 200%", statOrder = { 8000, 8000.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+20% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +100%", statOrder = { 9358, 9358.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrder = { 9116, 9116.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrder = { 3199, 3199.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrder = { 608 }, level = 1, group = "GrantsCallOfSteelSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["GrantsCallOfSteelSkillUnique__2"] = { affix = "", "Grants Call of Steel", statOrder = { 608 }, level = 1, group = "GrantsCallOfSteelSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["LocalVeiledModEffectUnique__1"] = { affix = "", "(60-90)% increased Unveiled Modifier magnitudes", statOrder = { 38 }, level = 85, group = "LocalVeiledModEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrder = { 7800 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrder = { 7801 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrder = { 7802 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrder = { 5627 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrder = { 6669 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "power_charge", "vaal" }, }, + ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrder = { 6658 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, + ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrder = { 3031 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls", statOrder = { 2602 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrder = { 5334 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrder = { 297 }, level = 1, group = "SupportedByRage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrder = { 1797 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrder = { 1500 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrder = { 1501 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, + ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrder = { 1502 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrder = { 3007 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrder = { 3018 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrder = { 6425 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__"] = { affix = "", "Increases and Reductions to Maximum Energy Shield instead apply to Ward", statOrder = { 6323 }, level = 1, group = "EnergyShieldAdditiveModifiersInsteadApplyToWard", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["GlobalAddedChaosDamageWardUnique__"] = { affix = "", "Gain Added Chaos Damage equal to 10% of Ward", statOrder = { 1979 }, level = 1, group = "GlobalAddedChaosDamageWard", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["LocalIncreasedWardPercentUnique__1_"] = { affix = "", "(33-48)% increased Ward", statOrder = { 1443 }, level = 1, group = "LocalWardPercent", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__2"] = { affix = "", "(25-35)% increased Ward", statOrder = { 1443 }, level = 1, group = "LocalWardPercent", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__3"] = { affix = "", "(30-50)% increased Ward", statOrder = { 1443 }, level = 1, group = "LocalWardPercent", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__4_"] = { affix = "", "(50-80)% increased Ward", statOrder = { 1443 }, level = 1, group = "LocalWardPercent", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["DamageBypassesWardPercentUnique__1"] = { affix = "", "75% of Damage taken bypasses Ward", statOrder = { 4905 }, level = 1, group = "DamageBypassesWardPercent", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardUnique__1"] = { affix = "", "+(100-150) to Ward", statOrder = { 1441 }, level = 1, group = "LocalWard", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__1"] = { affix = "", "(40-60)% faster Restoration of Ward", statOrder = { 1444 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__2"] = { affix = "", "(30-50)% slower Restoration of Ward", statOrder = { 1444 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["GrantsSummonArbalistsSkillUnique__1_"] = { affix = "", "Triggers Level 20 Summon Arbalists when Equipped", statOrder = { 690 }, level = 1, group = "GrantsSummonArbalistsSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AdrenalineOnWardBreakUnique__1"] = { affix = "", "Gain Adrenaline for 3 seconds when Ward Breaks", statOrder = { 6611 }, level = 1, group = "AdrenalineOnWardBreak", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskChargesFromKillsFinalUnique__1_"] = { affix = "", "80% less Flask Charges gained from Kills", statOrder = { 6528 }, level = 1, group = "FlaskChargesFromKillsFinal", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargePerSecondUniqueEnemyUnique__1___"] = { affix = "", "Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently", statOrder = { 6645 }, level = 1, group = "FlaskChargePerSecondUniqueEnemy", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrder = { 9339 }, level = 1, group = "SummonArbalistNumberOfArbalistsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrder = { 10079 }, level = 1, group = "SummonArbalistNumberOfAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (30-40)% increased Attack Speed", statOrder = { 10069 }, level = 1, group = "SummonArbalistAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce (2-4) additional Targets", statOrder = { 10088 }, level = 1, group = "SummonArbalistTargetsToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrder = { 10087 }, level = 1, group = "SummonArbalistProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrder = { 10070 }, level = 1, group = "SummonArbalistChains", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrder = { 10080 }, level = 1, group = "SummonArbalistNumberOfSplits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (25-35)% chance to deal Double Damage", statOrder = { 10073 }, level = 1, group = "SummonArbalistChanceToDealDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Maim for 4 seconds on Hit", statOrder = { 10076 }, level = 1, group = "SummonArbalistChanceToMaimfor4secondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Intimidate for 4 seconds on Hit", statOrder = { 10075 }, level = 1, group = "SummonArbalistChanceToIntimidateFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Unnerve for 4 seconds on Hit", statOrder = { 10078 }, level = 1, group = "SummonArbalistChanceToUnnerveFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrder = { 10093 }, level = 1, group = "SummonArbalistChanceToInflictFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrder = { 10092 }, level = 1, group = "SummonArbalistChanceToInflictColdExposureonHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrder = { 10094 }, level = 1, group = "SummonArbalistChanceToInflictLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrder = { 10072 }, level = 1, group = "SummonArbalistChanceToCrushOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Fire Damage", "Summoned Arbalists have (10-20)% chance to Ignite", statOrder = { 10085, 10090 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Cold Damage", "Summoned Arbalists have (10-20)% chance to Freeze", statOrder = { 10084, 10089 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert 100% of Physical Damage to Lightning Damage", "Summoned Arbalists have (10-20)% chance to Shock", statOrder = { 10086, 10091 }, level = 1, group = "SummonArbalistPhysicalDamageToConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", "Summoned Arbalists have 20% chance to inflict Fire Exposure on Hit", statOrder = { 10082, 10093 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", "Summoned Arbalists have 20% chance to inflict Cold Exposure on Hit", statOrder = { 10081, 10092 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", "Summoned Arbalists have 20% chance to inflict Lightning Exposure on Hit", statOrder = { 10083, 10094 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (40-60)% chance to inflict Bleeding", statOrder = { 10071 }, level = 1, group = "SummonArbalistChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (40-60)% chance to Poison", statOrder = { 10077 }, level = 1, group = "SummonArbalistChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrder = { 10074 }, level = 1, group = "SummonArbalistChanceToIgniteFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskMoreWardUnique1"] = { affix = "", "85% less Ward during Effect", statOrder = { 924 }, level = 1, group = "FlaskMoreWardUnique1", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskFireColdLightningExposureOnNearbyEnemiesUnique1"] = { affix = "", "Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used", statOrder = { 805 }, level = 1, group = "FlaskFireColdLightningExposureOnNearbyEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskNonDamagingAilmentIncreasedEffectUnique__1"] = { affix = "", "(20-30)% increased Effect of Non-Damaging Ailments you inflict during Effect", statOrder = { 908 }, level = 1, group = "FlaskNonDamagingAilmentIncreasedEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskEnduranceChargePerSecondUnique1"] = { affix = "", "Gain 1 Endurance Charge per Second during Effect", statOrder = { 893 }, level = 1, group = "FlaskEnduranceChargePerSecond", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1"] = { affix = "", "Recover 4% of Life per Endurance Charge on use", "Lose all Endurance Charges on use", statOrder = { 806, 806.1 }, level = 1, group = "FlaskLoseAllEnduranceChargesGainLifePerLostCharge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskCullingStrikeUnique1"] = { affix = "", "Culling Strike during Effect", statOrder = { 890 }, level = 1, group = "FlaskCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskRemoveEffectWhenWardBreaksUnique1"] = { affix = "", "Effect is removed when Ward Breaks", statOrder = { 781 }, level = 1, group = "FlaskRemoveEffectWhenWardBreaks", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1"] = { affix = "", "Debilitate nearby Enemies for 2 Seconds when Effect ends", statOrder = { 776 }, level = 1, group = "FlaskDebilitateNearbyEnemiesWhenEffectEnds", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesKilledCountAsYoursUnique__1"] = { affix = "", "Nearby Enemies Killed by anyone count as being Killed by you instead", statOrder = { 7756 }, level = 1, group = "EnemiesKilledCountAsYours", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MagicUtilityFlasksAlwaysApplyUnique__1"] = { affix = "", "Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you", statOrder = { 4332 }, level = 56, group = "MagicUtilityFlasksAlwaysApply", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MagicUtilityFlasksCannotUseUnique__1____"] = { affix = "", "Magic Utility Flasks cannot be Used", statOrder = { 4331 }, level = 1, group = "MagicUtilityFlasksCannotUse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MagicUtilityFlasksCannotRemoveUnique__1"] = { affix = "", "Magic Utility Flask Effects cannot be removed", statOrder = { 4334 }, level = 1, group = "MagicUtilityFlasksCannotRemove", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumElementalResistanceUnique__1__"] = { affix = "", "+(1-5)% to all maximum Elemental Resistances", statOrder = { 1556 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["MaximumElementalResistanceUnique__2"] = { affix = "", "-(6-4)% to all maximum Elemental Resistances", statOrder = { 1556 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["MaximumElementalResistanceUnique__3"] = { affix = "", "+1% to all maximum Elemental Resistances", statOrder = { 1556 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["MaximumElementalResistanceUnique__4"] = { affix = "", "+(0-5)% to all maximum Elemental Resistances", statOrder = { 1556 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["BaseBlockDamageTakenUnique__1___"] = { affix = "", "You take 20% of Damage from Blocked Hits", statOrder = { 4895 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DoedresSkinLessCurseEffectUnique__1"] = { affix = "", "20% less Effect of your Curses", statOrder = { 2508 }, level = 1, group = "DoedresSkinLessCurseEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChronomanceReservesNoMana"] = { affix = "", "Temporal Rift has no Reservation", statOrder = { 5683 }, level = 1, group = "ChronomanceReservesNoMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportGemsSocketedInOffHandAlsoSupportMainHandSkills"] = { affix = "", "Socketed Support Gems can also Support Skills from your Main Hand", statOrder = { 202 }, level = 1, group = "SupportGemsSocketedInOffHandAlsoSupportMainHandSkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportGemsSocketedInAmuletAlsoSupportBodySkills"] = { affix = "", "Socketed Support Gems can also Support Skills from Equipped Body Armour", statOrder = { 201 }, level = 90, group = "SupportGemsSocketedInAmuletAlsoSupportBodySkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskLifeLeechIsInstantDuringEffect"] = { affix = "Pactbreaker's", "(80-90)% reduced Amount Recovered", "(200-250)% increased Recovery rate", "Life Leech is instant during Effect", statOrder = { 768, 769, 904 }, level = 78, group = "FlaskLifeLeechIsInstantDuringEffect", weightKey = { "life_flask", "default", "hybrid_flask", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskLessDurationUnique1"] = { affix = "", "(40-60)% less Duration", statOrder = { 772 }, level = 1, group = "FlaskMoreDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskLessDurationUnique2"] = { affix = "", "(40-60)% less Duration", statOrder = { 772 }, level = 1, group = "FlaskMoreDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskEffectUniqueJewel_10"] = { affix = "", "Flasks applied to you have 20% reduced Effect", statOrder = { 2655 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskDurationUniqueJewel_____8"] = { affix = "", "50% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "FlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUniqueJewel___8"] = { affix = "", "20% reduced Flask Charges gained", statOrder = { 2094 }, level = 1, group = "FlaskChargesUnique", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskChargesFromKillUniqueJewel_9"] = { affix = "", "80% less Flask Charges gained from Kills", statOrder = { 10295 }, level = 1, group = "FlaskChargesFromKillUniqueJewel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskChargeOnHitNonUniqueUniqueJewel____9"] = { affix = "", "Flasks gain 2 Charges when you hit a Non-Unique Enemy, no more than once per second", statOrder = { 6540 }, level = 1, group = "FlaskChargeOnHitNonUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskChargePerSecondInactiveUniqueJewel_10"] = { affix = "", "Flasks gain 3 Charges every 3 seconds while they are inactive", statOrder = { 6541 }, level = 1, group = "FlaskChargePerSecondInactive", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalResistanceHighestMaxResistanceUnique__1_"] = { affix = "", "Elemental Resistances are capped by your highest Maximum Elemental Resistance instead", statOrder = { 6240 }, level = 1, group = "ElementalResistanceHighestMaxResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["EnergyShieldRechargeOnKillUnique__1__"] = { affix = "", "(10-20)% chance for Energy Shield Recharge to start when you Kill an Enemy", statOrder = { 6343 }, level = 1, group = "EnergyShieldRechargeOnKill", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LessRechargeRateSoullessEleganceUnique__1"] = { affix = "", "(30-40)% less Energy Shield Recharge Rate", statOrder = { 10306 }, level = 1, group = "LessRechargeRateSoullessElegance", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GlobalSkillGemLevelUnique__1"] = { affix = "", "+1 to Level of all Skill Gems", statOrder = { 4540 }, level = 75, group = "GlobalSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["GlobalSkillGemQualityUnique__1"] = { affix = "", "+(20-30)% to Quality of all Skill Gems", statOrder = { 4541 }, level = 1, group = "GlobalSkillGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["GlobalGemExperienceGainUnique__1"] = { affix = "", "(5-10)% increased Experience Gain of Gems", statOrder = { 1792 }, level = 1, group = "GlobalGemExperienceGain", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["ElementalSkillsTripleDamageUnique__1"] = { affix = "", "Deal Triple Damage with Elemental Skills", statOrder = { 6242 }, level = 85, group = "ElementalSkillsTripleDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SocketedGemsMoreDamageForSpellsCastUnique__1"] = { affix = "", "Socketed Projectile Spells deal 150% more Damage with Hits", statOrder = { 485 }, level = 1, group = "SocketedGemsMoreDamageForSpellsCast", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsAddedCooldownUnique__1__"] = { affix = "", "Socketed Projectile Spells have +4 seconds to Cooldown", statOrder = { 486 }, level = 1, group = "SocketedGemsAddedCooldown", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedGemsLessDurationUnique__1"] = { affix = "", "Socketed Projectile Spells have 80% less Skill Effect Duration", statOrder = { 526 }, level = 1, group = "SocketedGemsLessDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttributeModifiersAscendanceUnique__1_"] = { affix = "", "Modifiers to Attributes instead apply to Omniscience", statOrder = { 1100 }, level = 77, group = "AttributeModifiersAscendance", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["ElementalResistPerAscendanceUnique__1__"] = { affix = "", "+1% to all Elemental Resistances per 15 Omniscience", statOrder = { 1101 }, level = 1, group = "ElementalResistPerAscendance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["ElementalPenPerAscendanceUnique__1"] = { affix = "", "Penetrate 1% Elemental Resistances per 15 Omniscience", statOrder = { 1102 }, level = 1, group = "ElementalPenPerAscendance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AttributeRequirementsAscendanceUnique__1"] = { affix = "", "Attribute Requirements can be satisfied by (15-25)% of Omniscience", statOrder = { 1103 }, level = 1, group = "AttributeRequirementsAscendance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LeftRingCoveredInAshUnique__1_"] = { affix = "", "Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them", statOrder = { 7837 }, level = 100, group = "LeftRingCoveredInAsh", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RightRingCoveredInFrostUnique__1"] = { affix = "", "Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them", statOrder = { 7861 }, level = 1, group = "RightRingCoveredInFrost", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeLossReservesLifeUnique__1"] = { affix = "", "Life that would be lost by taking Damage is instead Reserved", "until you take no Damage to Life for 2 seconds", statOrder = { 9722, 9722.1 }, level = 1, group = "LifeLossReservesLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackCorrosionOnHitChanceUnique__1"] = { affix = "", "(20-30)% chance to inflict Corrosion on Hit with Attacks", statOrder = { 4819 }, level = 1, group = "AttackCorrosionOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["EnduranceChargeNoArmourUnique__1_"] = { affix = "", "(20-30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour", statOrder = { 6258 }, level = 1, group = "EnduranceChargeNoArmour", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeNoEvasionRatingUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating", statOrder = { 6566 }, level = 1, group = "FrenzyChargeNoEvasionRating", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["BowAttacksFrenzyChargesArrowsUnique__1"] = { affix = "", "Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows", statOrder = { 1706 }, level = 1, group = "BowAttacksFrenzyChargesArrows", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["CriticalStrikeMultiplierFrenzyChargesUnique__1"] = { affix = "", "+(30-50)% Global Critical Strike Multiplier while you have a Frenzy Charge", statOrder = { 1965 }, level = 1, group = "CriticalStrikeMultiplierFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["FrenzyChargePerEnemyCritUnique__1"] = { affix = "", "(20-40)% chance to gain a Frenzy Charge for each Enemy you hit with a Critical Strike", statOrder = { 6656 }, level = 1, group = "FrenzyChargePerEnemyCrit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MoreMaximumReservedLifeUnique__1"] = { affix = "", "(20-30)% more Maximum Life", statOrder = { 10299 }, level = 1, group = "MoreMaximumReservedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["PuzzlePieceCleansingFireUnique__1"] = { affix = "", "Allocates 1 if you have the matching modifier on Forbidden Flesh", statOrder = { 10297 }, level = 1, group = "PuzzlePieceCleansingFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PuzzlePieceGreatTangleUnique__1"] = { affix = "", "Allocates 1 if you have the matching modifier on Forbidden Flame", statOrder = { 10298 }, level = 1, group = "PuzzlePieceGreatTangle", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalNoEnergyShieldUnique__1"] = { affix = "", "Removes all Energy Shield", statOrder = { 2077 }, level = 1, group = "NoEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["NearbyStationaryEnemiesGainVinesUnique__1"] = { affix = "", "Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds", statOrder = { 4336 }, level = 1, group = "NearbyStationaryEnemiesGainVines", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainVinesOnCriticalStrikeUnique__1"] = { affix = "", "You gain 3 Grasping Vines when you take a Critical Strike", statOrder = { 4335 }, level = 1, group = "GainVinesOnCriticalStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllDamagePoisonsGraspingVinesUnique__1"] = { affix = "", "All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines", statOrder = { 4337 }, level = 1, group = "AllDamagePoisonsGraspingVines", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReducedCriticalDamageTakenPoisonUnique__1"] = { affix = "", "You take (30-50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies", statOrder = { 4339 }, level = 1, group = "ReducedCriticalDamageTakenPoison", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Physical Damage taken as Fire Damage", statOrder = { 9472 }, level = 1, group = "PhysicalHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalHitAndDoTDamageTakenAsFireUnique__2"] = { affix = "", "40% of Physical Damage taken as Fire Damage", statOrder = { 9472 }, level = 1, group = "PhysicalHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Cold Damage taken as Fire Damage", statOrder = { 5728 }, level = 1, group = "ColdHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightningHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Lightning Damage taken as Fire Damage", statOrder = { 7328 }, level = 1, group = "LightningHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ScorchOnEnemiesOnBlockUnique__1"] = { affix = "", "Scorch Enemies in Close Range when you Block", statOrder = { 9762 }, level = 1, group = "ScorchOnEnemiesOnBlock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackBlockPerFireDamageTakenUnique__1"] = { affix = "", "-1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently", statOrder = { 4738 }, level = 1, group = "AttackBlockPerFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["InfernalCryThresholdJewel"] = { affix = "", "With at least 40 Strength in Radius, Combust is Disabled", "With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal (40-60)% more Damage with Ignite", statOrder = { 7816, 7830 }, level = 1, group = "InfernalCryThresholdJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ChaosDamageDoesNotBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Chaos Damage taken does not bypass Energy Shield", statOrder = { 4901 }, level = 99, group = "ChaosDamageDoesNotBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NonChaosDamageBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Non-Chaos Damage taken bypasses Energy Shield", statOrder = { 558 }, level = 1, group = "NonChaosDamageBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KillEnemyInstantlyExarchDominantUnique__1"] = { affix = "", "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", statOrder = { 7836 }, level = 77, group = "KillEnemyInstantlyExarchDominant", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MalignantMadnessCritEaterDominantUnique__1"] = { affix = "", "Critical Strikes inflict Malignant Madness if The Eater of Worlds is dominant", statOrder = { 7806 }, level = 77, group = "MalignantMadnessCritEaterDominant", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SocketedWarcryCooldownCountUnique__1"] = { affix = "", "Socketed Warcry Skills have +1 Cooldown Use", statOrder = { 510 }, level = 1, group = "SocketedWarcryCooldownCount", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TakePhysicalDamagePerWarcryExertingUnique__1"] = { affix = "", "When you Attack, take (15-20)% of Life as Physical Damage for", "each Warcry Exerting the Attack", statOrder = { 9776, 9776.1 }, level = 1, group = "TakePhysicalDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MoreDamagePerWarcryExertingUnique__1"] = { affix = "", "Skills deal (10-15)% more Damage for each Warcry Exerting them", statOrder = { 10292 }, level = 1, group = "MoreDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllDamageCanChillUnique__1"] = { affix = "", "All Damage with Hits can Chill", statOrder = { 2773 }, level = 21, group = "AllDamageCanChill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllDamageTakenCanChillUnique__1"] = { affix = "", "All Damage Taken from Hits can Chill you", statOrder = { 2776 }, level = 1, group = "AllDamageTakenCanChill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AllDamageTakenCanIgniteUnique__1"] = { affix = "", "All Damage Taken from Hits can Ignite you", statOrder = { 4536 }, level = 20, group = "AllDamageTakenCanIgnite", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChillHitsCauseShatteringUnique__1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrder = { 5682 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesChilledIncreasedDamageTakenUnique__1"] = { affix = "", "Enemies Chilled by your Hits have Damage taken increased by Chill Effect", statOrder = { 6266 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesChilledLessDamageDealtUnique__1"] = { affix = "", "Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect", statOrder = { 6265 }, level = 1, group = "EnemiesChilledLessDamageDealt", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainSoulEaterStackOnHitUnique__1"] = { affix = "", "Eat a Soul when you Hit a Rare or Unique Enemy, no more than once every 0.5 seconds", statOrder = { 6716 }, level = 1, group = "GainSoulEaterStackOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SoulEaterStackCountUnique__1"] = { affix = "", "+(-10-10) to maximum number of Eaten Souls", statOrder = { 7138 }, level = 1, group = "SoulEaterStackCount", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationNotAppliedUnique__1"] = { affix = "", "Life Recovery from Regeneration is not applied", statOrder = { 7259 }, level = 1, group = "LifeRegenerationNotApplied", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RageRegenerationPerLifeRegenerationUnique__1"] = { affix = "", "Regenerate 1 Rage per second for every 200 Life Recovery per second from Regeneration", "Does not delay Inherent Loss of Rage", statOrder = { 9693, 9693.1 }, level = 1, group = "RageRegenerationPerLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnduringCrySkillUnique__1"] = { affix = "", "Grants Level 10 Enduring Cry Skill", statOrder = { 616 }, level = 1, group = "EnduringCrySkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["NearbyEnemiesAreBlindedUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrder = { 3308 }, level = 10, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellsDoubleDamageChanceUnique__1"] = { affix = "", "Spells have a 20% chance to deal Double Damage", statOrder = { 9935 }, level = 1, group = "SpellsDoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CoverInAshOnHitUnique__1"] = { affix = "", "10% chance to Cover Enemies in Ash on Hit", statOrder = { 5796 }, level = 1, group = "CoverInAshOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsTouchOfFireUnique__1"] = { affix = "", "Grants Level 20 Approaching Flames Skill", statOrder = { 636 }, level = 1, group = "GrantsTouchOfFireSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainAdrenalineFireTouchedGainUnique__1"] = { affix = "", "Gain Adrenaline when you become Flame-Touched", statOrder = { 6610 }, level = 1, group = "GainAdrenalineFireTouchedGain", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LoseAdrenalineFireTouchedLossUnique__1"] = { affix = "", "Lose Adrenaline when you cease to be Flame-Touched", statOrder = { 7976 }, level = 1, group = "LoseAdrenalineFireTouchedLoss", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FireDamageTakenFireTouchedUnique__1"] = { affix = "", "Take 6000 Fire Damage per Second while Flame-Touched", statOrder = { 6466 }, level = 1, group = "FireDamageTakenFireTouched", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasOnslaughtUnique__1"] = { affix = "", "Onslaught", statOrder = { 3509 }, level = 1, group = "HasOnslaught", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionPhysicalConvertToColdUnique__1"] = { affix = "", "Minions convert 50% of Physical Damage to Cold Damage", statOrder = { 1869 }, level = 1, group = "MinionPhysicalConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionOnlyDealColdDamageUnique__1"] = { affix = "", "Minions deal no Non-Cold Damage", statOrder = { 9121 }, level = 1, group = "MinionOnlyDealColdDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationFlatOnLowLifeUnique__1"] = { affix = "", "Regenerate 100 Life per Second while on Low Life", statOrder = { 7297 }, level = 1, group = "LifeRegenerationFlatOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TouchedByTormentedSpiritsUnique__1"] = { affix = "", "You can be Touched by Tormented Spirits", statOrder = { 9480 }, level = 1, group = "TouchedByTormentedSpirits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["QuicksilverFlaskAppliesToAlliesUnique__1"] = { affix = "", "Quicksilver Flasks you Use also apply to nearby Allies", statOrder = { 9582 }, level = 1, group = "QuicksilverFlaskAppliesToAllies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdAddedAsFireChilledEnemyUnique__1"] = { affix = "", "Gain 1% of Cold Damage as Extra Fire Damage per 1% Chill Effect on Enemy", statOrder = { 5705 }, level = 1, group = "ColdAddedAsFireChilledEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdAddedAsFireFrozenEnemyUnique__1"] = { affix = "", "Gain 30% of Cold Damage as Extra Fire Damage against Frozen Enemies", statOrder = { 5706 }, level = 1, group = "ColdAddedAsFireFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LightningAddedAsColdShockedEnemyUnique__1"] = { affix = "", "Gain 1% of Lightning Damage as Extra Cold Damage per 2% Shock Effect on Enemy", statOrder = { 7315 }, level = 1, group = "LightningAddedAsColdShockedEnemy", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DoubleDamageWith200StrengthUnique__1"] = { affix = "", "10% chance to deal Double Damage while you have at least 200 Strength", statOrder = { 5560 }, level = 1, group = "DoubleDamageWith200Strength", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TripleDamageWith400StrengthUnique__1"] = { affix = "", "5% chance to deal Triple Damage while you have at least 400 Strength", statOrder = { 5572 }, level = 1, group = "TripleDamageWith400Strength", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlockChanceVersusCursedEnemiesUnique__1"] = { affix = "", "+20% Chance to Block Attack Damage from Cursed Enemies", statOrder = { 5125 }, level = 1, group = "BlockChanceVersusCursedEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ApplyDecayOnCurseUnique__1"] = { affix = "", "Inflict Decay on Enemies you Curse with Hex Skills, dealing 700 Chaos Damage per Second for 8 Seconds", statOrder = { 6039 }, level = 1, group = "ApplyDecayOnCurse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FrenzyChargeOnHitBlindedUnique__1"] = { affix = "", "(10-20)% chance to gain a Frenzy Charge on Hit while Blinded", statOrder = { 6650 }, level = 1, group = "FrenzyChargeOnHitBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RecoverLifeOnSuppressUnique__1"] = { affix = "", "Recover (100-200) Life when you Suppress Spell Damage", statOrder = { 9651 }, level = 1, group = "RecoverLifeOnSuppress", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhasingOnLowLifeUnique__1"] = { affix = "", "You have Phasing while on Low Life", statOrder = { 6693 }, level = 1, group = "PhasingOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElusiveOnLowLifeUnique__1"] = { affix = "", "Gain Elusive on reaching Low Life", statOrder = { 6637 }, level = 1, group = "ElusiveOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KnockbackDistanceUnique__1"] = { affix = "", "100% increased Knockback Distance", statOrder = { 1913 }, level = 1, group = "KnockbackDistance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrikeSkillKnockbackUnique__1"] = { affix = "", "Melee Hits with Strike Skills always Knockback", statOrder = { 10058 }, level = 1, group = "StrikeSkillKnockback", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MeleeSplashUnique__1"] = { affix = "", "Melee Strike Skills deal Splash Damage to surrounding targets", statOrder = { 1081 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AdrenalineOnKillUnique__1"] = { affix = "", "Gain Adrenaline for (1-3) second on Kill", statOrder = { 6607 }, level = 38, group = "AdrenalineOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeCostAsManaCostUnique__1"] = { affix = "", "Skills gain a Base Life Cost equal to 100% of Base Mana Cost", statOrder = { 4947 }, level = 1, group = "LifeCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnergyShieldCostAsManaCostUnique__1"] = { affix = "", "Skills gain a Base Energy Shield Cost equal to 200% of Base Mana Cost", statOrder = { 4946 }, level = 1, group = "EnergyShieldCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BowAttacksCullingStrikeUnique__1"] = { affix = "", "Bow Attacks have Culling Strike", statOrder = { 5162 }, level = 1, group = "BowAttacksCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MovementVelocityPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, 1% increased Movement Speed", statOrder = { 9222 }, level = 1, group = "MovementVelocityPerNearbyCorpse", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["FlatLifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 8 Life per second", statOrder = { 7267 }, level = 1, group = "FlatLifeRegenerationPerNearbyCorpse", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["WeaponAddedLightningDamagePerEnergyShieldUnique__1"] = { affix = "", "Attacks with this Weapon have Added Maximum Lightning Damage equal to (10-15)% of Player's Maximum Energy Shield", statOrder = { 6362 }, level = 1, group = "WeaponAddedLightningDamagePerEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillsExertAttacksDoNotCountChanceUnique__1"] = { affix = "", "Skills which Exert an Attack have (20-40)% chance to not count that Attack", statOrder = { 5439 }, level = 1, group = "SkillsExertAttacksDoNotCountChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotHaveNonSpectreMinionsUnique__1"] = { affix = "", "You cannot have Non-Spectre Minions", statOrder = { 10453 }, level = 1, group = "CannotHaveNonSpectreMinions", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinimumChargesEqualToMaximumWhileStationaryUnique__1"] = { affix = "", "Count as having maximum number of Endurance Charges", "Count as having maximum number of Frenzy Charges", "Count as having maximum number of Power Charges", statOrder = { 5789, 5789.1, 5789.2 }, level = 1, group = "MinimumChargesEqualToMaximumWhileStationary", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ThrowTrapsInCircleUnique__1"] = { affix = "", "Traps from Skills are thrown randomly around targeted location", statOrder = { 10307 }, level = 1, group = "ThrowTrapsInCircleSunblast", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapsCannotBeTriggeredByEnemiesUnique__1"] = { affix = "", "Traps cannot be triggered by Enemies", statOrder = { 10219 }, level = 1, group = "TrapsCannotBeTriggeredByEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalTrapsThrownUnique__1"] = { affix = "", "Skills which Throw Traps throw up to 2 additional Traps", statOrder = { 9336 }, level = 1, group = "AdditionalTrapsThrown", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FreezeEnemiesWhenHitChanceUnique__1"] = { affix = "", "20% chance to Freeze Enemies for 1 second when they Hit you", statOrder = { 5582 }, level = 1, group = "FreezeEnemiesWhenHitChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedChaosDamagePerCurseUnique__1"] = { affix = "", "Adds 37 to 71 Chaos Damage for each Curse on the Enemy", statOrder = { 9047 }, level = 1, group = "AddedChaosDamagePerCurse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GolemsAddedPhysicalDamageUnique__1"] = { affix = "", "Golems have (96-120) to (132-160) Added Attack Physical Damage", statOrder = { 6776 }, level = 1, group = "GolemsAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainMaximumEnduranceChargesWhenCritUnique__1"] = { affix = "", "Gain up to maximum Endurance Charges when you take a Critical Strike", statOrder = { 6663 }, level = 1, group = "GainMaximumEnduranceChargesWhenCrit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShareMaximumEnduranceChargesPartyUnique__1"] = { affix = "", "Your nearby party members maximum Endurance Charges is equal to yours", statOrder = { 9276 }, level = 1, group = "ShareMaximumEnduranceChargesParty", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkeletonWarriorsPermanentMinionUnique__1"] = { affix = "", "Summoned Skeleton Warriors are Permanent and Follow you", "Summon Skeletons cannot Summon more than 1 Skeleton Warrior", statOrder = { 9850, 9850.1 }, level = 1, group = "SkeletonWarriorsPermanentMinion", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConsecratedGroundStationarySTRHighestUnique__1"] = { affix = "", "You have Consecrated Ground around you while", "stationary if Strength is your highest Attribute", statOrder = { 5761, 5761.1 }, level = 1, group = "ConsecratedGroundStationarySTRHighest", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProfaneGroundCriticalStrikeINTHighestUnique__1"] = { affix = "", "25% chance to create Profane Ground on Critical", "Strike if Intelligence is your highest Attribute", statOrder = { 9528, 9528.1 }, level = 1, group = "ProfaneGroundCriticalStrikeINTHighest", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConsecratedGroundLingersUnique__1"] = { affix = "", "Effects of Consecrated Ground you create Linger for 4 seconds", statOrder = { 10481 }, level = 1, group = "ConsecratedGroundLingers", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProfaneGroundLingersUnique__1"] = { affix = "", "Effects of Profane Ground you create Linger for 4 seconds", statOrder = { 10486 }, level = 1, group = "ProfaneGroundLingers", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RandomProjectileDirectionUnique__1"] = { affix = "", "Projectiles are fired in random directions", statOrder = { 9629 }, level = 60, group = "RandomProjectileDirection", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ReturningProjectilesUnique__1"] = { affix = "", "Projectiles Return to you", statOrder = { 2735 }, level = 1, group = "ReturningProjectilesNoHitObject", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeLossToPreventDuringFlaskEffectToLoseOverTimeUnique__1"] = { affix = "", "When Hit during effect, 25% of Life loss from Damage taken occurs over 4 seconds instead", statOrder = { 10300 }, level = 75, group = "LifeLossToPreventDuringFlaskEffectToLoseOverTime", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyExplosionRandomElementFlaskEffectUnique__1"] = { affix = "", "Enemies you Kill during Effect have a (20-30)% chance to Explode, dealing a tenth of their maximum Life as Damage of a Random Element", statOrder = { 935 }, level = 71, group = "EnemyExplosionRandomElementFlaskEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CastSpeedAppliesToAttackSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed apply to Attack Speed", statOrder = { 10291 }, level = 1, group = "CastSpeedAppliesToAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellImpaleOnCritChanceUnique__1"] = { affix = "", "Critical Strikes with Spells inflict Impale", statOrder = { 9960 }, level = 1, group = "SpellImpaleOnCritChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellImpaleEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Impales inflicted with Spells", statOrder = { 7119 }, level = 1, group = "SpellImpaleEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["YouCannotImpaleTheImpaledUnique_1UNUSED"] = { affix = "", "[DNT] Impaled Enemies Cannot be Impaled", statOrder = { 10454 }, level = 1, group = "ImpaledEnemiesCannotBeImpaled", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HitsCannotInflictMoreThanOneImpale_1UNUSED"] = { affix = "", "Your Hits cannot inflict more than 1 Impale", statOrder = { 7035 }, level = 100, group = "CannotInflictMoreThanOneImpale", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ImpalesInflictedLastAdditionalHitsUnique_1UNUSED"] = { affix = "", "Impales you inflict last (3-6) additional Hits", statOrder = { 7129 }, level = 1, group = "ImpaleLastsForExtraHits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceMeleeHitsDontRemoveSTRONGESTImpaleUnique_1"] = { affix = "", "(45-60)% chance on Melee Hit for the Strongest Impale on target to last for 1 additional Hit", statOrder = { 7132 }, level = 100, group = "ChanceMeleeHitsDontConsumeStrongestImpale", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["ImpaleDurationUnique_1"] = { affix = "", "(25-40)% reduced Impale Duration", statOrder = { 7128 }, level = 1, group = "ImpaledDebuffDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceMeleeHitsDontConsumeImpalesUnique_1UNUSED"] = { affix = "", "(45-60)% chance on Melee Hit for all Impales on the Enemy to last for an additional Hit", statOrder = { 7131 }, level = 1, group = "ChanceMeleeHitsDontConsumeImpale", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AncestorTotemBuffLingersUnique__1"] = { affix = "", "Ancestral Bond", statOrder = { 10559 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["OneAncestorTotemBuffUnique__1"] = { affix = "", "Socketed Slam Gems are Supported by Level 25 Earthbreaker", statOrder = { 232 }, level = 1, group = "OneAncestorTotemBuff", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakenFromTotemLifeBeforePlayerUnique__1"] = { affix = "", "(3-5)% of Damage from Hits is taken from your nearest Totem's Life before you", statOrder = { 5995 }, level = 1, group = "DamageTakenFromTotemLifeBeforePlayer", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageReductionChaosResistUnique__1"] = { affix = "", "Gain additional Elemental Damage Reduction equal to half your Chaos Resistance", statOrder = { 3977 }, level = 65, group = "ElementalDamageReductionChaosResist", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SelfIgniteDurationAllElementalAilmentsUnique__1"] = { affix = "", "Modifiers to Ignite Duration on you apply to all Elemental Ailments", statOrder = { 6814 }, level = 1, group = "SelfIgniteDurationAllElementalAilments", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShockAvoidanceAllElementalAilmentsUnique__1"] = { affix = "", "Modifiers to Chance to Avoid being Shocked apply to all Elemental Ailments", statOrder = { 6812 }, level = 1, group = "ShockAvoidanceAllElementalAilments", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CurseLimitMaximumPowerChargesUnique__1"] = { affix = "", "Your Curse Limit is equal to your maximum Power Charges", statOrder = { 6813 }, level = 1, group = "CurseLimitMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PowerChargeOnCurseUnique__1"] = { affix = "", "(10-20)% chance to gain a Power Charge when you Cast a Curse Spell", statOrder = { 6697 }, level = 1, group = "PowerChargeOnCurse", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ImmuneToCursesRemainingDurationUnique__1"] = { affix = "", "When you Kill an Enemy Cursed with a Non-Aura Hex, become Immune to", "Curses for remaining Hex Duration", statOrder = { 7094, 7094.1 }, level = 1, group = "ImmuneToCursesRemainingDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellCritChanceEqualsWeaponCritChanceUnique__1"] = { affix = "", "Base Spell Critical Strike Chance of Spells is equal to that of Main Hand Weapon", statOrder = { 4949 }, level = 1, group = "SpellCritChanceEqualsWeaponCritChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttacksCannotCritUnique__1"] = { affix = "", "Cannot deal Critical Strikes with Attacks", statOrder = { 5328 }, level = 1, group = "AttacksCannotCrit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CursedEnemiesCannotInflictElementalAilmentsUnique__1"] = { affix = "", "Cursed Enemies cannot inflict Elemental Ailments on You", statOrder = { 5339 }, level = 30, group = "CursedEnemiesCannotInflictElementalAilments", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidInterruptionWhileCastingUnique__1"] = { affix = "", "Ignore Stuns while Casting", statOrder = { 1811 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumCritChanceIs50Unique__1"] = { affix = "", "Maximum Critical Strike Chance is 50%", statOrder = { 8955 }, level = 1, group = "MaximumCritChanceIs50", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DealNoElementalPhysicalDamageUnique__1"] = { affix = "", "Deal no Physical or Elemental Damage", statOrder = { 6043 }, level = 1, group = "DealNoElementalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TemporalChainsCooldownRecoveryUnique__1"] = { affix = "", "(20-25)% increased Cooldown Recovery Rate if you've cast Temporal Chains in the past 10 seconds", statOrder = { 5772 }, level = 1, group = "TemporalChainsCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TemporalChainsCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below Base Value if you've cast Temporal Chains in the past 10 seconds", statOrder = { 4436 }, level = 1, group = "TemporalChainsCannotBeSlowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DespairWitherOnHitUnique__1"] = { affix = "", "Inflict Withered for 2 seconds on Hit if you've cast Despair in the past 10 seconds", statOrder = { 7154 }, level = 1, group = "DespairWitherOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DespairImmuneToCursesUnique__1"] = { affix = "", "Immune to Curses if you've cast Despair in the past 10 seconds", statOrder = { 7093 }, level = 1, group = "DespairImmuneToCurses", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalWeaknessPhysicalAsRandomElementUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as a Random Element if you've cast Elemental Weakness in the past 10 seconds", statOrder = { 6694 }, level = 1, group = "ElementalWeaknessPhysicalAsRandomElement", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalWeaknessImmuneToExposureUnique__1"] = { affix = "", "Immune to Exposure if you've cast Elemental Weakness in the past 10 seconds", statOrder = { 7102 }, level = 1, group = "ElementalWeaknessImmuneToExposure", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnfeebleCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've cast Enfeeble in the past 10 seconds", statOrder = { 5878 }, level = 1, group = "EnfeebleCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnfeebleNoExtraCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you've cast Enfeeble in the past 10 seconds", statOrder = { 10151 }, level = 1, group = "EnfeebleNoExtraCritDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConductivityUnaffectedByShockUnique__1"] = { affix = "", "You are Unaffected by Shock if you've cast Conductivity in the past 10 seconds", statOrder = { 10276 }, level = 1, group = "ConductivityUnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConductivityLightningExposureOnHitUnique__1"] = { affix = "", "Inflict Lightning Exposure on Hit if you've cast Conductivity in the past 10 seconds", statOrder = { 7151 }, level = 1, group = "ConductivityLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlammabilityUnaffectedByIgniteUnique__1"] = { affix = "", "You are Unaffected by Ignite if you've cast Flammability in the past 10 seconds", statOrder = { 10273 }, level = 1, group = "FlammabilityUnaffectedByIgnite", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlammabilityFireExposureOnHitUnique__1"] = { affix = "", "Inflict Fire Exposure on Hit if you've cast Flammability in the past 10 seconds", statOrder = { 7148 }, level = 1, group = "FlammabilityFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FrostbiteUnaffectedByFreezeUnique__1"] = { affix = "", "You are Unaffected by Freeze if you've cast Frostbite in the past 10 seconds", statOrder = { 10269 }, level = 1, group = "FrostbiteUnaffectedByFreeze", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FrostbiteColdExposureOnHitUnique__1"] = { affix = "", "Cold Exposure on Hit if you've cast Frostbite in the past 10 seconds", statOrder = { 7146 }, level = 1, group = "FrostbiteColdExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PunishmentImmuneToReflectedDamageUnique__1"] = { affix = "", "Immune to Reflected Damage if you've cast Punishment in the past 10 seconds", statOrder = { 7110 }, level = 1, group = "PunishmentImmuneToReflectedDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PunishmentIntimidateOnHitUnique__1"] = { affix = "", "Intimidate Enemies on Hit if you've cast Punishment in the past 10 seconds", statOrder = { 7167 }, level = 1, group = "PunishmentIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["VulnerabilityUnaffectedByBleedUnique__1"] = { affix = "", "You are Unaffected by Bleeding if you've cast Vulnerability in the past 10 seconds", statOrder = { 10250 }, level = 1, group = "VulnerabilityUnaffectedByBleed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["VulnerabilityDoubleDamageUnique__1"] = { affix = "", "(6-10)% chance to deal Double Damage if you've cast Vulnerability in the past 10 seconds", statOrder = { 5570 }, level = 1, group = "VulnerabilityDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemyZeroChaosDamageResistanceUnique__1"] = { affix = "", "Nearby Enemies' Chaos Resistance is 0", "Chaos Resistance is Zero", statOrder = { 7778, 10516 }, level = 65, group = "NearbyEnemyZeroChaosDamageResistance", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["AllElementalDamageConvertedToChaosUnique__1"] = { affix = "", "All Elemental Damage Converted to Chaos Damage", statOrder = { 5771 }, level = 65, group = "ConvertAllElementalToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["NearbyEnemyReservesLifeUnique__1"] = { affix = "", "Reserves 8% of Life", "Nearby Enemy Monsters have at least 8% of Life Reserved", statOrder = { 2350, 7776 }, level = 1, group = "NearbyEnemyReservesLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChaosDamageOverTimeHealsLeechLifeUnique__1"] = { affix = "", "Taking Chaos Damage over Time heals you instead while Leeching Life", statOrder = { 5635 }, level = 53, group = "ChaosDamageOverTimeHealsLeechLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ModifiersToSuppressionApplyToAilmentAvoidUnique__1"] = { affix = "", "Modifiers to Chance to Suppress Spell Damage also apply to Chance to Avoid Elemental Ailments at 50% of their Value", statOrder = { 9981 }, level = 1, group = "ModifiersToSuppressionApplyToAilmentAvoid", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShockEffectLeechingESUnique__1"] = { affix = "", "(60-100)% increased Effect of Shocks you inflict while Leeching Energy Shield", statOrder = { 9805 }, level = 1, group = "ShockEffectLeechingES", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChillEffectLeechingManaUnique__1"] = { affix = "", "(60-100)% increased Effect of Chills you inflict while Leeching Mana", statOrder = { 5670 }, level = 1, group = "ChillEffectLeechingMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnaffectedByShockLeechingESUnique__1"] = { affix = "", "Unaffected by Shock while Leeching Energy Shield", statOrder = { 10278 }, level = 1, group = "UnaffectedByShockLeechingES", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnaffectedByChillLeechingManaUnique__1"] = { affix = "", "Unaffected by Chill while Leeching Mana", statOrder = { 10258 }, level = 1, group = "UnaffectedByChillLeechingMana", weightKey = { }, weightVal = { }, modTags = { }, }, + ["QuiverModifierEffectUnique__1"] = { affix = "", "(150-250)% increased bonuses gained from Equipped Quiver", statOrder = { 9583 }, level = 1, group = "QuiverModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeRegenerationPercentPerAilmentUnique__1"] = { affix = "", "Regenerate 2% of Life per second for each different Ailment affecting you", statOrder = { 7268 }, level = 18, group = "LifeRegenerationPercentPerAilment", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdrenalineOnFillingLifeLeechUnique__1"] = { affix = "", "10% chance to gain Adrenaline for 2 Seconds when Leech is", "removed by Filling Unreserved Life", statOrder = { 5586, 5586.1 }, level = 1, group = "AdrenalineOnFillingLifeLeech", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OnslaughtOnFillingLifeLeechUnique__1"] = { affix = "", "10% chance to gain Onslaught for 4 Seconds when Leech is", "removed by Filling Unreserved Life", statOrder = { 5595, 5595.1 }, level = 1, group = "OnslaughtOnFillingLifeLeech", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunnedSuppressedDamageUnique__1"] = { affix = "", "Cannot be Stunned by Suppressed Spell Damage", statOrder = { 5316 }, level = 1, group = "CannotBeStunnedSuppressedDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DebilitateEnemiesSuppressedDamageUnique__1"] = { affix = "", "Debilitate Enemies for 4 Seconds when you Suppress their Spell Damage", statOrder = { 6048 }, level = 1, group = "DebilitateEnemiesSuppressedDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunningHitsRecoverLifeUnique__1"] = { affix = "", "(40-60)% of Damage taken from Stunning Hits is Recovered as Life", statOrder = { 6014 }, level = 1, group = "StunningHitsRecoverLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StunningHitsRecoverEnergyShieldUnique__1"] = { affix = "", "50% of Damage taken from Stunning Hits is Recovered as Energy Shield", statOrder = { 6013 }, level = 1, group = "StunningHitsRecoverEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArmourAppliesToChaosDamageUnique__1"] = { affix = "", "Armour also applies to Chaos Damage taken from Hits", statOrder = { 4887 }, level = 1, group = "ArmourAppliesToChaosDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalDamageBypassesEnergyShieldUnique__1"] = { affix = "", "Physical Damage taken bypasses Energy Shield", statOrder = { 9415 }, level = 1, group = "PhysicalDamageBypassesEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SuppressedDamageBypassEnergyShieldUnique_1"] = { affix = "", "(50-100)% of Suppressed Spell Damage taken bypasses Energy Shield", statOrder = { 1060 }, level = 80, group = "SuppressedDamageBypassesEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SuppressedDamageRecoupedAsEnergyShield_1"] = { affix = "", "(50-100)% of Suppressed Spell Damage taken Recouped as Energy Shield", statOrder = { 1061 }, level = 1, group = "SuppressedSpellDamageRecoupedAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RecoverLifeAlteratingUnique__1"] = { affix = "", "Every 10 seconds:", "Gain 2% of Life per Enemy Hit with Attacks for 5 seconds", "Gain 5% of Life per Enemy Killed for 5 seconds", statOrder = { 10304, 10304.1, 10304.2 }, level = 62, group = "RecoverLifeAlterating", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkLoseNoExperienceUnique__1"] = { affix = "", "Lose no Experience when you die because a Linked target died", statOrder = { 7362 }, level = 55, group = "LinkLoseNoExperience", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkTargetCannotDieUnique__1"] = { affix = "", "Linked Targets Cannot Die for 2 seconds after you Die", statOrder = { 7361 }, level = 1, group = "LinkTargetCannotDie", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkSkillCastSpeedUnique__1"] = { affix = "", "Link Skills have (10-15)% increased Cast Speed", statOrder = { 7357 }, level = 1, group = "LinkSkillCastSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkSkillEffectDurationUnique__1"] = { affix = "", "Link Skills have (10-15)% increased Skill Effect Duration", statOrder = { 7359 }, level = 1, group = "LinkSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkSkillFlaskEffectsUnique__1"] = { affix = "", "Non-Unique Utility Flasks you Use apply to Linked Targets", statOrder = { 6539 }, level = 50, group = "LinkSkillFlaskEffects", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionWitherOnHitUnique__1"] = { affix = "", "Minions have 60% chance to inflict Withered on Hit", statOrder = { 9177 }, level = 1, group = "MinionWitherOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionCriticalStrikeMultiplierAgainstWitheredUnique__1"] = { affix = "", "Minions have +5% to Critical Strike Multiplier per Withered Debuff on Enemy", statOrder = { 9178 }, level = 1, group = "MinionCriticalStrikeMultiplierAgainstWithered", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BleedingExpiresSlowerWhileMovingUnique__1"] = { affix = "", "Bleeding on you expires 75% slower while Moving", statOrder = { 5008 }, level = 1, group = "BleedingExpiresSlowerWhileMoving", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBeStunnedWhileBleedingUnique__1"] = { affix = "", "Cannot be Stunned while Bleeding", statOrder = { 5322 }, level = 1, group = "CannotBeStunnedWhileBleeding", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotBePoisonedWhileBleedingUnique__1"] = { affix = "", "Cannot be Poisoned while Bleeding", statOrder = { 5308 }, level = 1, group = "CannotBePoisonedWhileBleeding", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExertedAttackDamageUnique__1"] = { affix = "", "Exerted Attacks deal 200% increased Damage", statOrder = { 6254 }, level = 1, group = "ExertedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["ExertedAttackKnockbackChanceUnique__1"] = { affix = "", "Exerted Attacks Knock Enemies Back on Hit", statOrder = { 6400 }, level = 1, group = "ExertedAttackKnockbackChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalChanceToBleedUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AlwaysPierceBurningEnemiesUnique__1"] = { affix = "", "Projectiles Pierce all Burning Enemies", statOrder = { 4561 }, level = 1, group = "AlwaysPierceBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArrowAddedFireDamagePerEnemyPiercedUnique__1"] = { affix = "", "Arrows deal 30 to 50 Added Fire Damage for each time they've Pierced", statOrder = { 4683 }, level = 1, group = "ArrowAddedFireDamagePerEnemyPierced", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionLifeIncreasedByOvercappedFireResistanceUnique__1"] = { affix = "", "Minion Life is increased by their Overcapped Fire Resistance", statOrder = { 9132 }, level = 1, group = "MinionLifeIncreasedByOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SupportedByInfernalLegionUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Infernal Legion", statOrder = { 264 }, level = 1, group = "SupportedByInfernalLegion", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemiesCoveredInAshUnique__1"] = { affix = "", "Nearby Enemies are Covered in Ash", statOrder = { 7767 }, level = 1, group = "NearbyEnemiesCoveredInAsh", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ColdExposureAdditionalResistanceUnique__1"] = { affix = "", "Cold Exposure you inflict applies an extra -12% to Cold Resistance", statOrder = { 5727 }, level = 1, group = "ColdExposureAdditionalResistance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FreezeProliferationUnique__1"] = { affix = "", "Freezes you inflict spread to other Enemies within 1.5 metres", statOrder = { 2131 }, level = 1, group = "FreezeProliferationAmulet", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ShockProliferationUnique__2"] = { affix = "", "Shocks you inflict spread to other Enemies within 1.5 metres", statOrder = { 2134 }, level = 1, group = "ShockProliferationShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedLightningDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 12 Lightning Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4773 }, level = 1, group = "AddedLightningDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["CriticalStrikeChancePerIntelligenceUnique__1"] = { affix = "", "5% increased Critical Strike Chance per 25 Intelligence", statOrder = { 5834 }, level = 1, group = "CriticalStrikeChancePerIntelligence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeLeechFromAttacksPermyriadUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrder = { 1577 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LightningNonCriticalStrikesLuckyUnique__1"] = { affix = "", "Lightning Damage with Non-Critical Strikes is Lucky", statOrder = { 6429 }, level = 1, group = "LightningNonCriticalStrikesLucky", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AddedFireDamageSpellsAndAttacksImplicit1"] = { affix = "", "Adds (1-2) to (3-4) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageSpellsAndAttacksImplicit2"] = { affix = "", "Adds (5-10) to (11-13) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageSpellsAndAttacksImplicit3"] = { affix = "", "Adds (18-36) to (53-59) Fire Damage to Spells and Attacks", statOrder = { 1286 }, level = 1, group = "AddedFireDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedColdDamageSpellsAndAttacksImplicit1"] = { affix = "", "Adds (2-3) to (4-7) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageSpellsAndAttacksImplicit2"] = { affix = "", "Adds (4-8) to (10-12) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageSpellsAndAttacksImplicit3"] = { affix = "", "Adds (14-29) to (42-47) Cold Damage to Spells and Attacks", statOrder = { 1287 }, level = 1, group = "AddedColdDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedLightningDamageSpellsAndAttacksImplicit1"] = { affix = "", "Adds (1-2) to (9-11) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageSpellsAndAttacksImplicit2"] = { affix = "", "Adds (1-2) to (22-24) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageSpellsAndAttacksImplicit3"] = { affix = "", "Adds (3-5) to (70-82) Lightning Damage to Spells and Attacks", statOrder = { 1322 }, level = 1, group = "AddedLightningDamageSpellsAndAttacksImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["ItemCanHaveShieldWeaponTreeUnique1"] = { affix = "", "Has a Crucible Passive Skill Tree", "Crucible Passive Skill Tree is removed if this Modifier is removed", statOrder = { 7877, 7877.1 }, level = 1, group = "ItemCanHaveShieldWeaponTree", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemCanHaveTwoHandedSwordWeaponTreeUnique1"] = { affix = "", "Has a Two Handed Sword Crucible Passive Skill Tree", "Crucible Passive Skill Tree is removed if this Modifier is removed", statOrder = { 7878, 7878.1 }, level = 1, group = "ItemCanHaveTwoHandedSwordWeaponTree", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ItemCanHaveSupportGemsOnlyTreeUnique1"] = { affix = "", "Has a Crucible Passive Skill Tree with only Support Passive Skills", "Crucible Passive Skill Tree is removed if this Modifier is removed", statOrder = { 7876, 7876.1 }, level = 1, group = "ItemCanHaveSupportGemsOnlyTree", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LowLifeInstantLifeRecoveryUnique__1"] = { affix = "", "Life Flasks used while on Low Life apply Recovery Instantly", statOrder = { 7219 }, level = 38, group = "LowLifeInstantLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LowManaInstantManaRecoveryUnique__1"] = { affix = "", "Mana Flasks used while on Low Mana apply Recovery Instantly", statOrder = { 8016 }, level = 1, group = "LowManaInstantManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["IncreasedLifeNoLifeModifiersUnique__1"] = { affix = "", "+(700-1000) to maximum Life if there are no Life Modifiers on other Equipped Items", statOrder = { 8974 }, level = 1, group = "IncreasedLifeNoLifeModifiers", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["HinekoraButterflyEffectUnique__1"] = { affix = "", "Every 5 seconds, gain one of the following for 5 seconds:", "Your Hits are always Critical Strikes", "Hits against you are always Critical Strikes", "Attacks cannot Hit you", "Attacks against you always Hit", "Your Damage with Hits is Lucky", "Damage of Hits against you is Lucky", statOrder = { 7022, 7022.1, 7022.2, 7022.3, 7022.4, 7022.5, 7022.6 }, level = 62, group = "HinekoraButterflyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SoulTattooEffectUnique__1"] = { affix = "", "100% increased effect of Tattoos in Radius", statOrder = { 7968 }, level = 1, group = "SoulTattooEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainSpellCostAsESUnique__1"] = { affix = "", "Spells cause you to gain Energy Shield equal to their Upfront", "Cost every fifth time you Pay it", statOrder = { 6717, 6717.1 }, level = 55, group = "GainSpellCostAsES", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "caster" }, }, + ["WarcrySpeedUnique__1"] = { affix = "", "(20-25)% increased Warcry Speed", statOrder = { 3189 }, level = 1, group = "WarcrySpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["WarcrySpeedUnique__2"] = { affix = "", "(25-35)% increased Warcry Speed", statOrder = { 3189 }, level = 1, group = "WarcrySpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LocalTreatElementalResistanceAsInvertedUnique__1"] = { affix = "", "Treats Enemy Monster Elemental Resistance values as inverted", statOrder = { 7875 }, level = 1, group = "LocalTreatElementalResistanceAsInverted", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinionsUseMainHandBaseCritUnique__1"] = { affix = "", "Minions' Base Attack Critical Strike Chance is equal to the Critical", "Strike Chance of your Main Hand Weapon", statOrder = { 9187, 9187.1 }, level = 1, group = "MinionsUseMainHandBaseCrit", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, }, + ["TreatResistancesAsMaxChanceUnique__1"] = { affix = "", "(30-40)% chance for Elemental Resistances to count as being 90% against Enemy Hits", statOrder = { 6316 }, level = 1, group = "TreatResistancesAsMaxChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["TakeNoBurningDamageIfStopBurningUnique__1"] = { affix = "", "Take no Burning Damage if you've stopped taking Burning Damage Recently", statOrder = { 10152 }, level = 1, group = "TakeNoBurningDamageIfStopBurning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["GainMissingLifeOnHitUnique__1"] = { affix = "", "Gain (10-20)% of Missing Unreserved Life before being Hit by an Enemy", statOrder = { 9190 }, level = 62, group = "GainMissingLifeOnHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["UnaffectedByDamagingAilmentsUnique__1"] = { affix = "", "Unaffected by Damaging Ailments", statOrder = { 10264 }, level = 1, group = "UnaffectedByDamagingAilments", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["NonExertedAttacksNoDamageUnique__1"] = { affix = "", "Non-Exerted Attacks deal no Damage", statOrder = { 9318 }, level = 1, group = "NonExertedAttacksNoDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeLeechInstantExertedAttacksUnique__1"] = { affix = "", "Life Leech from Exerted Attacks is instant", statOrder = { 7241 }, level = 1, group = "LifeLeechInstantExertedAttacks", weightKey = { }, weightVal = { }, modTags = { }, }, + ["QuiverChillAsThoughtDealingMoreDamageUnique__1"] = { affix = "", "Chill Enemies as though dealing (60-100)% more Damage", statOrder = { 10303 }, level = 1, group = "QuiverChillAsThoughtDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NgamahusEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Kaom on Kill", statOrder = { 581 }, level = 62, group = "NgamahusEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KitavasEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Utula on Kill", statOrder = { 580 }, level = 62, group = "KitavasEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TukohamasEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Akoya on Kill", statOrder = { 586 }, level = 62, group = "TukohamasEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RongokuraisEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Kahuturoa on Kill", statOrder = { 583 }, level = 62, group = "RongokuraisEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TasaliosEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Rakiata on Kill", statOrder = { 584 }, level = 62, group = "TasaliosEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArohonguisEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Ikiaho on Kill", statOrder = { 578 }, level = 62, group = "ArohonguisEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RamakosEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Ahuana on Kill", statOrder = { 582 }, level = 62, group = "RamakosEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HinekorasEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Tawhanuku on Kill", statOrder = { 579 }, level = 62, group = "HinekorasEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TawhoasEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Maata on Kill", statOrder = { 585 }, level = 62, group = "TawhoasEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ValakosEmbraceOnKillUnique__1"] = { affix = "", "10% chance to Trigger Summon Spirit of Kiloava on Kill", statOrder = { 587 }, level = 62, group = "ValakosEmbraceOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["NearbyEnemyPhysicalDamageConvertedToFire__1"] = { affix = "", "Nearby Enemies Convert 25% of their Physical Damage to Fire", statOrder = { 10517 }, level = 1, group = "NearbyEnemyPhysicalDamageConvertedToFire", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedLifeEmptyRedSocketUnique__1"] = { affix = "", "+40 to maximum Life for each Empty Red Socket on any Equipped Item", statOrder = { 4344 }, level = 60, group = "IncreasedLifeEmptyRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedAccuracyEmptyGreenSocketUnique__1"] = { affix = "", "+225 to Accuracy Rating for each Empty Green Socket on any Equipped Item", statOrder = { 4345 }, level = 1, group = "IncreasedAccuracyEmptyGreenSocket", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["IncreasedManaEmptyBlueSocketUnique__1"] = { affix = "", "+40 to maximum Mana for each Empty Blue Socket on any Equipped Item", statOrder = { 4346 }, level = 1, group = "IncreasedManaEmptyBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AllResistEmptyWhiteSocketUnique__1"] = { affix = "", "+18% to all Elemental Resistances for each Empty White Socket on any Equipped Item", statOrder = { 4347 }, level = 1, group = "AllResistEmptyWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["LocalIncreaseSocketedGemLevelPerFilledSocketUnique__1"] = { affix = "", "-2 to level of Socketed Skill Gems per Socketed Gem", statOrder = { 7870 }, level = 1, group = "LocalIncreaseSocketedGemLevelPerFilledSocket", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CorruptedMagicJewelModEffectUnique__1"] = { affix = "", "(0-100)% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels", statOrder = { 7945 }, level = 1, group = "CorruptedMagicJewelModEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumQualityOverrideUnique__1"] = { affix = "", "Maximum Quality is 200%", statOrder = { 7852 }, level = 1, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RandomMovementVelocityWhenHitUnique__1"] = { affix = "", "When Hit, gain a random Movement Speed modifier from 40% reduced to 100% increased, until Hit again", statOrder = { 9084 }, level = 1, group = "RandomMovementVelocityWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemyElementalResistanceZeroWhenHitUnique__1"] = { affix = "", "When an Enemy Hit deals Elemental Damage to you, their Resistance to those Elements becomes zero for 4 seconds", statOrder = { 6318 }, level = 1, group = "EnemyElementalResistanceZeroWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AvoidMaimChanceUnique__1"] = { affix = "", "You cannot be Maimed", statOrder = { 4848 }, level = 56, group = "AvoidMaimChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkeletonAddedChaosDamageShieldUnique__1"] = { affix = "", "Skeletons gain Added Chaos Damage equal to (20-30)% of Maximum Energy Shield on your Equipped Shield", statOrder = { 10487 }, level = 1, group = "SkeletonAddedChaosDamageShield", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageTakenAsPhysicalUnique__1"] = { affix = "", "40% of Elemental Damage from Hits taken as Physical Damage", statOrder = { 6228 }, level = 1, group = "ElementalDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageTakenAsPhysicalUnique__2"] = { affix = "", "(15-30)% of Elemental Damage from Hits taken as Physical Damage", statOrder = { 6228 }, level = 1, group = "ElementalDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalDamageFromBlockedHitsUnique__1"] = { affix = "", "You take 100% of Elemental Damage from Blocked Hits", statOrder = { 5128 }, level = 1, group = "ElementalDamageFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellAddedChaosDamageMaximumLifeUnique__1"] = { affix = "", "Spells deal added Chaos Damage equal to (15-20)% of your maximum Life", statOrder = { 4457 }, level = 1, group = "SpellAddedChaosDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeDegenerationGracePeriodUnique__1"] = { affix = "", "Lose 500 Life per second", statOrder = { 1488 }, level = 1, group = "LifeDegenerationGracePeriod", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SocketedGemsSupportedByLifetapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrder = { 271 }, level = 1, group = "SocketedGemsSupportedByLifetap", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["CriticalStrikeMultiplierMonsterPowerUnique__1"] = { affix = "", "Hits with this Weapon have +10% to Critical Strike Multiplier per Enemy Power", statOrder = { 7037 }, level = 1, group = "CriticalStrikeMultiplierMonsterPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LeechInstantMonsterPowerUnique__1"] = { affix = "", "5% of Leech from Hits with this Weapon is Instant per Enemy Power", statOrder = { 7038 }, level = 1, group = "LeechInstantMonsterPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainEnduranceChargeEverySecondUnique__1"] = { affix = "", "Lose an Endurance Charge each second", statOrder = { 6592 }, level = 1, group = "GainEnduranceChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainFrenzyChargeEverySecondUnique__1"] = { affix = "", "Lose a Frenzy Charge each second", statOrder = { 6595 }, level = 1, group = "GainFrenzyChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainPowerChargeEverySecondUnique__1"] = { affix = "", "Lose a Power Charge each second", statOrder = { 6598 }, level = 1, group = "GainPowerChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureCriticalStrikeChanceImplicit1"] = { affix = "", "(100-150)% increased Critical Strike Chance with Melee Weapons", statOrder = { 10670 }, level = 1, group = "TinctureCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["TinctureElementalDamageImplicit1"] = { affix = "", "(70-100)% increased Elemental Damage with Melee Weapons", statOrder = { 10672 }, level = 1, group = "TinctureElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureStunThresholdImplicit1"] = { affix = "", "40% reduced Enemy Stun Threshold with Melee Weapons", "(15-25)% increased Stun Duration with Melee Weapons", statOrder = { 10647, 10706 }, level = 1, group = "TinctureStunThresholdDuration", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureChanceToIgniteImplicit1"] = { affix = "", "25% chance to Ignite with Melee Weapons", "(60-90)% increased Damage with Ignite from Melee Weapons", statOrder = { 10665, 10679 }, level = 1, group = "TinctureChanceToIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, + ["TinctureChanceToFreezeImplicit1"] = { affix = "", "25% chance to Freeze with Melee Weapons", "(25-35)% increased Effect of Chill from Melee Weapons", statOrder = { 10664, 10668 }, level = 1, group = "TinctureChanceToFreezeEffect", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "ailment" }, }, + ["TinctureChanceToShockImplicit1"] = { affix = "", "25% chance to Shock with Melee Weapons", "(25-35)% increased Effect of Shock from Melee Weapons", statOrder = { 10667, 10702 }, level = 1, group = "TinctureChanceToShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack", "ailment" }, }, + ["TinctureChanceToPoisonImplicit1"] = { affix = "", "20% chance to Poison with Melee Weapons", "(60-90)% increased Damage with Poison from Melee Weapons", statOrder = { 10666, 10689 }, level = 1, group = "TinctureChanceToPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["TinctureChanceToBleedImplicit1"] = { affix = "", "20% chance to cause Bleeding with Melee Weapons", "(60-90)% increased Damage with Bleeding from Melee Weapons", statOrder = { 10648, 10660 }, level = 1, group = "TinctureChanceToBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["TinctureRageOnHitImplicit1"] = { affix = "", "Gain 3 Rage on Melee Weapon Hit", statOrder = { 10677 }, level = 1, group = "TinctureRageOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureChanceToBlindImplicit1"] = { affix = "", "25% chance to Blind Enemies on Hit with Melee Weapons", "(25-35)% increased Effect of Blind from Melee Weapons", statOrder = { 10649, 10661 }, level = 1, group = "TinctureChanceToBlindEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureToxicityRateUnique__1"] = { affix = "", "(15-25)% reduced Mana Burn rate", statOrder = { 10692 }, level = 1, group = "TinctureToxicityRate", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureToxicityRateUnique__2"] = { affix = "", "(-35-35)% reduced Mana Burn rate", statOrder = { 10692 }, level = 1, group = "TinctureToxicityRate", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureCooldownRecoveryUnique__1"] = { affix = "", "(20-40)% increased Cooldown Recovery Rate", statOrder = { 10690 }, level = 1, group = "TinctureCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureMeleeSplashOnWeaponHitUnique__1"] = { affix = "", "Melee Strike Skills deal Splash Damage to surrounding targets", statOrder = { 10683 }, level = 1, group = "MeleeSplashOnWeaponHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureGraspingVineOnWeaponHitUnique__1"] = { affix = "", "(20-30)% chance to inflict a Grasping Vine on Melee Weapon Hit", statOrder = { 10662 }, level = 1, group = "GraspingVineOnWeaponHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureApplyWitherStacksOnHitUnique__1"] = { affix = "", "Melee Weapon Hits Inflict (2-3) Withered Debuffs for 2 seconds", statOrder = { 10658 }, level = 1, group = "WeaponApplyWitherStacksOnHit", weightKey = { }, weightVal = { }, modTags = { "chaos", "attack" }, }, + ["TinctureToxicityOnHitUnique__1"] = { affix = "", "Does not inflict Mana Burn over time", "Inflicts Mana Burn on you when you Hit an Enemy with a Melee Weapon", statOrder = { 10650, 10651 }, level = 1, group = "TinctureToxicityOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureRarityPerToxicityUnique__1"] = { affix = "", "(1-5)% increased Rarity of Items found per Mana Burn, up to a maximum of 100%", statOrder = { 10652 }, level = 1, group = "TinctureRarityPerToxicity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TincturePenetrationPerToxicityUnique__1"] = { affix = "", "Melee Weapon Damage Penetrates 1% Elemental Resistances per Mana Burn, up to a maximum of 200%", statOrder = { 10687 }, level = 1, group = "TincturePenetrationPerToxicity", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureCullingStrikeUnique__1"] = { affix = "", "Melee Weapon Attacks have Culling Strike", statOrder = { 10671 }, level = 1, group = "WeaponCullingStrike", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["TinctureCoverInAshOnFullLifeUnique__1"] = { affix = "", "Cover Full Life Enemies in Ash for (4-10) seconds on Melee Weapon Hit", statOrder = { 10723 }, level = 1, group = "WeaponCoverInAshVsFullLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack" }, }, + ["TinctureRefreshIgniteDurationUnique__1"] = { affix = "", "(15-25)% chance to refresh Ignite Duration on Melee Weapon Hit", statOrder = { 10700 }, level = 1, group = "RefreshIgniteDurationOnWeaponHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureFireDamageTakenPerToxicityUnique__1"] = { affix = "", "-1 Fire Damage taken from Hits per Mana Burn", statOrder = { 10674 }, level = 1, group = "TinctureFireDamageTakenPerToxicity", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["CountAsHavingMaxEnduranceFrenzyPowerCharges1"] = { affix = "", "Count as having maximum number of Endurance Charges", "Count as having maximum number of Frenzy Charges", "Count as having maximum number of Power Charges", statOrder = { 5789, 5789.1, 5789.2 }, level = 1, group = "CountAsHavingMaxEnduranceFrenzyPowerCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumFortificationUnique__1"] = { affix = "", "+(1-10) to maximum Fortification", statOrder = { 4930 }, level = 1, group = "MaximumFortification", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StrikeSkillsFortifyOnHitUnique__1"] = { affix = "", "Melee Hits from Strike Skills Fortify", statOrder = { 10057 }, level = 1, group = "StrikeSkillsFortify", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackSpeedPerFortificationUnique__1"] = { affix = "", "1% increased Attack Speed per Fortification", statOrder = { 4790 }, level = 1, group = "AttackSpeedPerFortification", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RageCasterStatsUnique__1"] = { affix = "", "Rage grants Spell Damage instead of Attack Damage", statOrder = { 9598 }, level = 1, group = "RageCasterStats", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainRageOnManaSpentUnique__1"] = { affix = "", "Gain (7-10) Rage after Spending a total of 200 Mana", statOrder = { 6734 }, level = 1, group = "GainRageOnManaSpent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LifeFromEnergyShieldArmourUnique__1"] = { affix = "", "Gain Maximum Life instead of Maximum Energy Shield from Equipped Armour Items", statOrder = { 6667 }, level = 1, group = "LifeFromEnergyShieldArmour", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskDurationPerLevelUnique__1"] = { affix = "", "2% reduced Flask Effect Duration per Level", statOrder = { 6531 }, level = 1, group = "FlaskDurationPerLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FlaskEffectPerLevelUnique__1"] = { affix = "", "Flasks applied to you have 1% increased Effect per Level", statOrder = { 6532 }, level = 1, group = "FlaskEffectPerLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsRavenousSkillUnique__1"] = { affix = "", "Grants Level 20 Ravenous Skill", "Enemies display their Monster Category", statOrder = { 610, 658 }, level = 1, group = "GrantsRavenousSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalSacredWispUnique__1"] = { affix = "", "+1 to maximum number of Sacred Wisps", "+1 to number of Sacred Wisps Summoned", statOrder = { 4935, 4935.1 }, level = 1, group = "AdditionalSacredWisp", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackCriticalStrikesUnnerveUnique__1"] = { affix = "", "Attacks inflict Unnerve on Critical Strike for 4 seconds", statOrder = { 4821 }, level = 1, group = "AttackCriticalStrikesUnnerve", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellCriticalStrikesIntimidateUnique__1"] = { affix = "", "Spells inflict Intimidate on Critical Strike for 4 seconds", statOrder = { 9992 }, level = 1, group = "SpellCriticalStrikesIntimidate", weightKey = { }, weightVal = { }, modTags = { }, }, + ["EnemiesCountAsMovingElementalAilmentsUnique__1"] = { affix = "", "You and Enemies in your Presence count as moving while affected by Elemental Ailments", statOrder = { 6281 }, level = 1, group = "EnemiesCountAsMovingElementalAilments", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionsHaveChargesYouHaveUnique__1"] = { affix = "", "Minions have the same maximum number of Endurance, Frenzy and Power Charges as you", "Minions count as having the same number of", "Endurance, Frenzy and Power Charges as you", statOrder = { 9179, 9180, 9180.1 }, level = 1, group = "MinionsHaveChargesYouHave", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AurasOnlyApplyToLinkedTargetUnique__1"] = { affix = "", "Linked Targets always count as in range of Non-Curse Auras from your Skills", "Non-Curse Auras from your Skills only apply to you and Linked Targets", statOrder = { 9305, 9305.1 }, level = 1, group = "AurasOnlyApplyToLinkedTarget", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AuraEffectWhileLinkedUnique__1"] = { affix = "", "(20-40)% increased Effect of Non-Curse Auras from your Skills while you have a Linked Target", statOrder = { 9304 }, level = 1, group = "AuraEffectWhileLinked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumSpectrePerGhastlyEyeUnique__1"] = { affix = "", "+1 to maximum number of Raised Spectres per Socketed Ghastly Eye Jewel", statOrder = { 4497 }, level = 1, group = "MaximumSpectrePerGhastlyEye", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HeraldReservationEfficiencyUnique__1"] = { affix = "", "10% increased Mana Reservation Efficiency of Herald Skills", statOrder = { 7006 }, level = 80, group = "HeraldReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UniqueJewelNodeIncreasedLifeUnique__1"] = { affix = "", "Passive Skills in Radius also grant +5 to maximum Life", statOrder = { 7948 }, level = 1, group = "UniqueJewelNodeIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["UniqueJewelNodeIncreasedManaUnique__1"] = { affix = "", "Passive Skills in Radius also grant +5 to maximum Mana", statOrder = { 7949 }, level = 1, group = "UniqueJewelNodeIncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["UniqueJewelNodeCriticalStrikeChanceUnique__1"] = { affix = "", "Passive Skills in Radius also grant 5% increased Global Critical Strike Chance", statOrder = { 7952 }, level = 1, group = "UniqueJewelNodeCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["UniqueJewelNodeAllAttributesUnique__1"] = { affix = "", "Passive Skills in Radius also grant +2 to all Attributes", statOrder = { 7946 }, level = 1, group = "UniqueJewelNodeAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["UniqueJewelNodeChaosResistUnique__1"] = { affix = "", "Passive Skills in Radius also grant +4% to Chaos Resistance", statOrder = { 7947 }, level = 1, group = "UniqueJewelNodeChaosResist", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["UniqueJewelNodePhysicalDamageUnique__1"] = { affix = "", "Passive Skills in Radius also grant 6% increased Physical Damage", statOrder = { 7957 }, level = 1, group = "UniqueJewelNodePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["UniqueJewelNodeFireDamageUnique__1"] = { affix = "", "Passive Skills in Radius also grant 6% increased Fire Damage", statOrder = { 7954 }, level = 1, group = "UniqueJewelNodeFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["UniqueJewelNodeColdDamageUnique__1"] = { affix = "", "Passive Skills in Radius also grant 6% increased Cold Damage", statOrder = { 7951 }, level = 1, group = "UniqueJewelNodeColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["UniqueJewelNodeLightningDamageUnique__1"] = { affix = "", "Passive Skills in Radius also grant 6% increased Lightning Damage", statOrder = { 7955 }, level = 1, group = "UniqueJewelNodeLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["UniqueJewelNodeChaosDamageUnique__1"] = { affix = "", "Passive Skills in Radius also grant 6% increased Chaos Damage", statOrder = { 7950 }, level = 1, group = "UniqueJewelNodeChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["UniqueJewelNodeArmourUnique__1"] = { affix = "", "Passive Skills in Radius also grant 7% increased Armour", statOrder = { 7958 }, level = 1, group = "UniqueJewelNodeArmour", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["UniqueJewelNodeEvasionUnique__1"] = { affix = "", "Passive Skills in Radius also grant 7% increased Evasion Rating", statOrder = { 7953 }, level = 1, group = "UniqueJewelNodeEvasion", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["UniqueJewelNodeEnergyShieldUnique__1"] = { affix = "", "Passive Skills in Radius also grant 3% increased Energy Shield", statOrder = { 7956 }, level = 1, group = "UniqueJewelNodeEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["RunecraftingFireDamage"] = { affix = "", "(10-20)% increased Fire Damage", statOrder = { 1270 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RunecraftingColdDamage"] = { affix = "", "(10-20)% increased Cold Damage", statOrder = { 1279 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["RunecraftingLightningDamage"] = { affix = "", "(10-20)% increased Lightning Damage", statOrder = { 1290 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["RitualRingPenanceMark"] = { affix = "", "Grants level 20 Penance Mark", statOrder = { 44 }, level = 63, group = "RitualRingPenanceMark", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RitualRingAffliction"] = { affix = "", "Grants level 20 Affliction", statOrder = { 42 }, level = 63, group = "RitualRingAffliction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RitualRingPacify"] = { affix = "", "Grants level 20 Pacify", statOrder = { 43 }, level = 63, group = "RitualRingPacify", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RitualRingCastSpeed"] = { affix = "", "(6-12)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["RitualRingLife"] = { affix = "", "+(30-60) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["RitualRingMana"] = { affix = "", "+(30-60) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["RitualRingEnergyShield"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrder = { 1471 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["KeyStoneRetaliationHitsUnique_1"] = { affix = "", "Arsenal of Vengeance", statOrder = { 10596 }, level = 1, group = "RetaliationHits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConvertBodyArmourEvasionToWardUnique__1"] = { affix = "", "Gain Ward instead of 50% of Armour and Evasion Rating from Equipped Body Armour", statOrder = { 10376 }, level = 66, group = "ConvertBodyArmourEvasionToWard", weightKey = { }, weightVal = { }, modTags = { "defences" }, }, + ["BlockIsLuckyUnique__1"] = { affix = "", "Chance to Block is Lucky", statOrder = { 4894 }, level = 1, group = "BlockIsLucky", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BlockIsUnluckyUnique__1"] = { affix = "", "Chance to Block is Unlucky", statOrder = { 4894 }, level = 1, group = "BlockIsLucky", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsTawhoasChosenUnique__1"] = { affix = "", "Trigger Level 20 Tawhoa's Chosen when you Attack with", "a Non-Vaal Slam or Strike Skill near an Enemy", statOrder = { 628, 628.1 }, level = 1, group = "GrantsTawhoasChosen", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryAreaOfEffectUnique__1"] = { affix = "", "Warcry Skills have (25-35)% increased Area of Effect", statOrder = { 10371 }, level = 1, group = "WarcryAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryAreaOfEffectUnique__2"] = { affix = "", "Warcry Skills have (15-25)% increased Area of Effect", statOrder = { 10371 }, level = 75, group = "WarcryAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryCorpseExplosionUnique__1"] = { affix = "", "Nearby corpses Explode when you Warcry, dealing (5-10)% of their Life as Physical Damage", statOrder = { 9258 }, level = 1, group = "WarcryCorpseExplosion", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TinctureRemoveToxicityOnKillUnique__1"] = { affix = "", "10% chance to remove 1 Mana Burn on Kill", statOrder = { 5622 }, level = 1, group = "TinctureRemoveToxicityOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalTinctureUnique__1"] = { affix = "", "You can have an additional Tincture active", statOrder = { 5282 }, level = 1, group = "AdditionalTincture", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ChanceToGainMaximumRageUnique__1"] = { affix = "", "(10-20)% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage", statOrder = { 6662 }, level = 1, group = "ChanceToGainMaximumRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["VillageLocalPhysicalDamagePercent1"] = { affix = "", "(11-15)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "village_runesmithing_enchant", "damage", "physical", "attack" }, }, + ["VillageLocalPhysicalDamagePercent2"] = { affix = "", "(16-20)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "village_runesmithing_enchant", "damage", "physical", "attack" }, }, + ["VillageLocalPhysicalDamagePercent3"] = { affix = "", "(21-25)% increased Physical Damage", statOrder = { 1145 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "village_runesmithing_enchant", "damage", "physical", "attack" }, }, + ["VillageLocalFireDamage1"] = { affix = "", "Adds (8-10) to (15-18) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalFireDamage2"] = { affix = "", "Adds (12-17) to (25-29) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalFireDamage3"] = { affix = "", "Adds (17-24) to (35-41) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalFireDamageTwoHand1"] = { affix = "", "Adds (14-20) to (29-33) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalFireDamageTwoHand2"] = { affix = "", "Adds (23-31) to (47-54) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalFireDamageTwoHand3"] = { affix = "", "Adds (32-44) to (65-76) Fire Damage", statOrder = { 1275 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageLocalColdDamage1"] = { affix = "", "Adds (7-9) to (14-16) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalColdDamage2"] = { affix = "", "Adds (11-15) to (23-26) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalColdDamage3"] = { affix = "", "Adds (16-21) to (31-37) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalColdDamageTwoHand1"] = { affix = "", "Adds (12-17) to (26-30) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalColdDamageTwoHand2"] = { affix = "", "Adds (21-28) to (42-48) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalColdDamageTwoHand3"] = { affix = "", "Adds (29-40) to (58-68) Cold Damage", statOrder = { 1284 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageLocalLightningDamage1"] = { affix = "", "Adds 2 to (25-29) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalLightningDamage2"] = { affix = "", "Adds 2 to (41-48) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalLightningDamage3"] = { affix = "", "Adds 3 to (57-67) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalLightningDamageTwoHand1"] = { affix = "", "Adds 3 to (46-53) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalLightningDamageTwoHand2"] = { affix = "", "Adds (4-5) to (76-88) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalLightningDamageTwoHand3"] = { affix = "", "Adds (5-8) to (106-123) Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning", "attack" }, }, + ["VillageLocalChaosDamage1"] = { affix = "", "Adds (7-9) to (14-16) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageLocalChaosDamage2"] = { affix = "", "Adds (11-15) to (23-26) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageLocalChaosDamage3"] = { affix = "", "Adds (16-21) to (31-37) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageLocalChaosDamageTwoHand1"] = { affix = "", "Adds (12-17) to (26-30) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageLocalChaosDamageTwoHand2"] = { affix = "", "Adds (21-28) to (42-48) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageLocalChaosDamageTwoHand3"] = { affix = "", "Adds (29-40) to (58-68) Chaos Damage", statOrder = { 1303 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "village_runesmithing_enchant", "damage", "chaos", "attack" }, }, + ["VillageChanceToIgnite"] = { affix = "", "(10-15)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "fire", "ailment" }, }, + ["VillageChanceToIgniteTwoHand"] = { affix = "", "(20-25)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "fire", "ailment" }, }, + ["VillageChanceToFreeze"] = { affix = "", "(10-15)% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "cold", "ailment" }, }, + ["VillageChanceToFreezeTwoHand"] = { affix = "", "(20-25)% chance to Freeze", statOrder = { 1940 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "cold", "ailment" }, }, + ["VillageChanceToShock"] = { affix = "", "(10-15)% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "lightning", "ailment" }, }, + ["VillageChanceToShockTwoHand"] = { affix = "", "(20-25)% chance to Shock", statOrder = { 1944 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "lightning", "ailment" }, }, + ["VillageLifeLeechLocalPermyriad"] = { affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Life", statOrder = { 1564 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "life", "physical", "attack" }, }, + ["VillageManaLeechLocalPermyriad"] = { affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Mana", statOrder = { 1614 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "mana", "physical", "attack" }, }, + ["VillageLocalIncreasedAttackSpeed"] = { affix = "", "(3-6)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack", "speed" }, }, + ["VillageLocalCriticalStrikeChance"] = { affix = "", "(5-7)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack", "critical" }, }, + ["VillageIncreasedCastSpeed"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "speed" }, }, + ["VillageIncreasedCastSpeedTwoHand"] = { affix = "", "(13-18)% increased Cast Speed", statOrder = { 1359 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "speed" }, }, + ["VillageSpellCriticalStrikeChance"] = { affix = "", "(20-25)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "critical" }, }, + ["VillageSpellCriticalStrikeChanceTwoHand"] = { affix = "", "(30-35)% increased Spell Critical Strike Chance", statOrder = { 1371 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "critical" }, }, + ["VillageWeaponSpellDamage1"] = { affix = "", "(10-19)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageWeaponSpellDamage2"] = { affix = "", "(20-29)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageWeaponSpellDamage3"] = { affix = "", "(30-39)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageWeaponSpellDamageTwoHand1"] = { affix = "", "(15-29)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageWeaponSpellDamageTwoHand2"] = { affix = "", "(30-44)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageWeaponSpellDamageTwoHand3"] = { affix = "", "(45-59)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "village_runesmithing_enchant", "damage", "caster" }, }, + ["VillageMinionDamageOnWeapon1"] = { affix = "", "Minions deal (10-19)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageMinionDamageOnWeapon2"] = { affix = "", "Minions deal (20-29)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageMinionDamageOnWeapon3"] = { affix = "", "Minions deal (30-39)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageMinionDamageOnTwoHandWeapon1"] = { affix = "", "Minions deal (15-29)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageMinionDamageOnTwoHandWeapon2"] = { affix = "", "Minions deal (30-44)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageMinionDamageOnTwoHandWeapon3"] = { affix = "", "Minions deal (45-59)% increased Damage", statOrder = { 1884 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageGlobalIncreaseFireSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrder = { 1523 }, level = 1, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "fire", "caster", "gem" }, }, + ["VillageGlobalIncreaseColdSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Cold Spell Skill Gems", statOrder = { 1524 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "cold", "caster", "gem" }, }, + ["VillageGlobalIncreaseLightningSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Lightning Spell Skill Gems", statOrder = { 1525 }, level = 1, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "lightning", "caster", "gem" }, }, + ["VillageGlobalIncreaseChaosSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Chaos Spell Skill Gems", statOrder = { 1526 }, level = 1, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "chaos", "caster", "gem" }, }, + ["VillageGlobalIncreasePhysicalSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Physical Spell Skill Gems", statOrder = { 1522 }, level = 1, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "physical", "caster", "gem" }, }, + ["VillageGlobalIncreaseMinionSpellSkillGemLevel"] = { affix = "", "+1 to Level of all Minion Skill Gems", statOrder = { 1527 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "minion", "gem" }, }, + ["VillageLocalStunThresholdReduction"] = { affix = "", "(21-25)% reduced Enemy Stun Threshold with this Weapon", statOrder = { 2408 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageAdditionalProjectiles"] = { affix = "", "Skills fire an additional Projectile", statOrder = { 1705 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageLocalIncreaseSocketedMeleeGemLevel"] = { affix = "", "+2 to Level of Socketed Melee Gems", statOrder = { 159 }, level = 1, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack", "gem" }, }, + ["VillageAdditionalVaalSoulOnKill"] = { affix = "", "100% chance to gain an additional Vaal Soul on Kill", statOrder = { 3016 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "vaal" }, }, + ["VillageLocalChanceToPoisonOnHit"] = { affix = "", "10% chance to Poison on Hit", statOrder = { 7858 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "village_runesmithing_enchant", "chaos", "attack", "ailment" }, }, + ["VillageLocalChanceToBleed"] = { affix = "", "10% chance to cause Bleeding on Hit", statOrder = { 2394 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "village_runesmithing_enchant", "physical", "attack", "ailment" }, }, + ["VillageMaximumLifeOnKillPercent"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "life" }, }, + ["VillageMaximumManaOnKillPercent"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrder = { 1664 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "mana" }, }, + ["VillageCoverInAshOnHit"] = { affix = "", "(10-15)% chance to Cover Enemies in Ash on Hit", statOrder = { 5796 }, level = 1, group = "CoverInAshOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageCoverInFrostOnHit"] = { affix = "", "(10-15)% chance to Cover Enemies in Frost on Hit", statOrder = { 5800 }, level = 1, group = "CoverInFrostOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageElusiveOnCriticalStrike"] = { affix = "", "Gain Elusive on Critical Strike", statOrder = { 4192 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "critical" }, }, + ["VillageFortifyOnMeleeHit"] = { affix = "", "Melee Hits Fortify", statOrder = { 2175 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageLocalNoVaalSoulGainPrevention"] = { affix = "", "Socketed Vaal Skills do not apply Soul Gain Prevention", statOrder = { 505 }, level = 1, group = "LocalVaalSoulGainPreventionVillage", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "vaal" }, }, + ["VillageTriggerSocketedFireSpellOnHit"] = { affix = "", "Trigger a Socketed Fire Spell on Hit, with a 0.25 second Cooldown", statOrder = { 7975 }, level = 1, group = "TriggerSocketedSpellOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "village_runesmithing_enchant", "caster", "gem" }, }, + ["VillageLocalElementalDamageNoPhysical"] = { affix = "", "No Physical Damage", "Has (50-100)% increased Elemental Damage", statOrder = { 1145, 7788 }, level = 1, group = "LocalElementalDamageNoPhysical", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental" }, }, + ["VillageLocalPhysicalDamageAddedAsEachElement"] = { affix = "", "Gain (30-50)% of Weapon Physical Damage as Extra Damage of each Element", statOrder = { 4173 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "village_runesmithing_enchant", "damage", "physical", "elemental", "attack" }, }, + ["VillageTormentHauntedItem"] = { affix = "", "Haunted by Tormented Spirits", statOrder = { 7176 }, level = 1, group = "TormentHauntedItem", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageSpellCorrosionOnHitChance"] = { affix = "", "(10-20)% chance to inflict Corrosion on Hit with Spells", statOrder = { 9990 }, level = 1, group = "SpellCorrosionOnHitChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster" }, }, + ["VillageAttackFireDamageMaximumMana"] = { affix = "", "Adds 5% of your Maximum Mana as Fire Damage to Attacks with this Weapon", statOrder = { 4824 }, level = 1, group = "AttackFireDamageMaximumMana", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "attack" }, }, + ["VillageAttackColdDamageEnergyShield"] = { affix = "", "Adds 5% of your Maximum Energy Shield as Cold Damage to Attacks with this Weapon", statOrder = { 4823 }, level = 1, group = "AttackColdDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "attack" }, }, + ["VillageTemporalChainsOnHit"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2430 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "curse" }, }, + ["VillagePunishmentOnHit"] = { affix = "", "Curse Enemies with Punishment on Hit", statOrder = { 5905 }, level = 1, group = "PunishmentOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "curse" }, }, + ["VillageEnfeebleOnHit"] = { affix = "", "Curse Enemies with Enfeeble on Hit", statOrder = { 2424 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "curse" }, }, + ["VillageAttackConvertToFire"] = { affix = "", "(20-30)% of Attack Physical Damage Converted to Fire Damage", statOrder = { 4781 }, level = 1, group = "AttackConvertToFire", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageAttackConvertToCold"] = { affix = "", "(20-30)% of Attack Physical Damage Converted to Cold Damage", statOrder = { 4780 }, level = 1, group = "AttackConvertToCold", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageAttackConvertToLightning"] = { affix = "", "(20-30)% of Attack Physical Damage Converted to Lightning Damage", statOrder = { 4782 }, level = 1, group = "AttackConvertToLightning", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageMaximumShock"] = { affix = "", "+10% to Maximum Effect of Shock", statOrder = { 9810 }, level = 1, group = "MaximumShock", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageSpellAddedChaosDamageMaximumLife"] = { affix = "", "Spells deal added Chaos Damage equal to 4% of your maximum Life", statOrder = { 4457 }, level = 1, group = "SpellAddedChaosDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageRageOnMeleeHit"] = { affix = "", "Gain (2-4) Rage on Melee Hit", statOrder = { 6733 }, level = 1, group = "RageOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageRageEffect"] = { affix = "", "(7-10)% increased Rage Effect", statOrder = { 9596 }, level = 1, group = "RageEffect", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageAttacksCostLife"] = { affix = "", "Attacks Cost Life instead of Mana", statOrder = { 10618 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageAdditionalProjectilesRandomDirection"] = { affix = "", "Skills fire 2 additional Projectiles", "Projectiles are fired in random directions", statOrder = { 1705, 9629 }, level = 1, group = "AdditionalProjectilesRandomDirection", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageAdditionalCurseOnEnemies"] = { affix = "", "You can apply an additional Curse", statOrder = { 2079 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "curse" }, }, + ["VillagePointBlank"] = { affix = "", "Point Blank", statOrder = { 10590 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "attack" }, }, + ["VillagePlayerFarShot"] = { affix = "", "Far Shot", statOrder = { 10614 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageIronGrip"] = { affix = "", "Iron Grip", statOrder = { 10605 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "attack" }, }, + ["VillageIronWill"] = { affix = "", "Iron Will", statOrder = { 10616 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster" }, }, + ["VillageGainMagicMonsterModsOnKill"] = { affix = "", "(20-25)% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds", statOrder = { 6660 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageLocalLifeLeechIsInstant"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrder = { 2448 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "life" }, }, + ["VillageLocalManaLeechIsInstant"] = { affix = "", "Mana Leech from Hits with this Weapon is Instant", statOrder = { 7847 }, level = 1, group = "LocalManaLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "resource", "village_runesmithing_enchant", "mana" }, }, + ["VillageESLeechFromAttacksNotRemovedOnFullES"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrder = { 6331 }, level = 1, group = "ESLeechFromAttacksNotRemovedOnFullES", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "defences", "energy_shield" }, }, + ["VillageReturningProjectiles"] = { affix = "", "Attack Projectiles Return to you", statOrder = { 2736 }, level = 1, group = "ReturningAttackProjectiles", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageLocalChanceForPoisonDamage"] = { affix = "", "(10-20)% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrder = { 7737 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "village_runesmithing_enchant", "damage", "chaos", "attack", "ailment" }, }, + ["VillageLocalChanceForBleedingDamage"] = { affix = "", "(10-20)% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrder = { 7736 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "village_runesmithing_enchant", "damage", "physical", "attack", "ailment" }, }, + ["VillageFireExposureOnHit"] = { affix = "", "(15-25)% chance to inflict Fire Exposure on Hit", statOrder = { 4926 }, level = 1, group = "FireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageColdExposureOnHit"] = { affix = "", "(15-25)% chance to inflict Cold Exposure on Hit", statOrder = { 4925 }, level = 1, group = "ColdExposureOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageLightningExposureOnHit"] = { affix = "", "(15-25)% chance to inflict Lightning Exposure on Hit", statOrder = { 4927 }, level = 1, group = "LightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageExertedAttackDamage"] = { affix = "", "Exerted Attacks deal (80-100)% increased Damage", statOrder = { 6254 }, level = 1, group = "ExertedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "attack" }, }, + ["VillageEnemiesDestroyedOnKill"] = { affix = "", "Enemies Killed by your Hits are destroyed", statOrder = { 6272 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageChanceToImpaleWithSpells"] = { affix = "", "(10-15)% chance to Impale on Spell Hit", statOrder = { 9991 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "physical", "caster" }, }, + ["VillageBlockWhileDualWielding"] = { affix = "", "+(6-8)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1075 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block", "village_runesmithing_enchant" }, }, + ["VillageAggravateBleedOnAttack"] = { affix = "", "(10-20)% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4517 }, level = 1, group = "AggravateBleedOnAttack", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillagePoisonDuration"] = { affix = "", "(15-25)% increased Poison Duration", statOrder = { 3082 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "village_runesmithing_enchant", "chaos", "ailment" }, }, + ["VillageSpellChanceToBlind"] = { affix = "", "(10-20)% chance to Blind Enemies on Hit with Spells", statOrder = { 9986 }, level = 1, group = "SpellChanceToBlind", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageWardRestoreChance"] = { affix = "", "(5-10)% chance to Restore your Ward on Hit", statOrder = { 9726 }, level = 1, group = "WardRestoreChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageMarkedEnemyNoBlockSuppress"] = { affix = "", "Your Hits against Marked Enemy cannot be Blocked or Suppressed", statOrder = { 7032 }, level = 1, group = "MarkedEnemyNoBlockSuppress", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageArcaneSurgeOnLifeSpent"] = { affix = "", "Gain Arcane Surge after Spending a total of 200 Life", statOrder = { 6617 }, level = 1, group = "ArcaneSurgeOnLifeSpent", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageOnslaughtOnManaSpent"] = { affix = "", "Gain Onslaught after Spending a total of 200 Mana", statOrder = { 6677 }, level = 1, group = "OnslaughtOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageCriticalAilmentDamageOverTimeMultiplier"] = { affix = "", "+(15-25)% to Damage over Time Multiplier for Ailments from Critical Strikes", statOrder = { 1157 }, level = 1, group = "CriticalAilmentDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageWeaponIgnoreElementalResistance"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrder = { 4748 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageLocalMeleeWeaponRange"] = { affix = "", "+2 metres to Weapon Range", statOrder = { 2658 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageChaosDamageLuck"] = { affix = "", "Chaos Damage with Hits is Lucky", statOrder = { 5634 }, level = 1, group = "ChaosDamageLuck", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageGlobalIncreaseSpellSkillGemLevel"] = { affix = "", "+2 to Level of all Spell Skill Gems", statOrder = { 1521 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "gem" }, }, + ["VillageExplosionConflux"] = { affix = "", "Gain Flaming, Icy or Crackling Runesurge at random for 4 seconds every 10 seconds", statOrder = { 6635 }, level = 1, group = "ExplosionConflux", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageKeystoneBattlemage"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageElementalDamagePercentAddedAsChaos"] = { affix = "", "Gain (7-10)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1853 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "village_runesmithing_enchant", "damage", "elemental", "chaos" }, }, + ["VillageMeleeAttacksUsableWithoutLife"] = { affix = "", "Insufficient Life doesn't prevent your Melee Attacks", statOrder = { 9008 }, level = 1, group = "MeleeAttacksUsableWithoutLife", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageEnduranceChargeOnKillChance"] = { affix = "", "(5-10)% chance to gain an Endurance Charge on Kill", statOrder = { 2539 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "village_runesmithing_enchant" }, }, + ["VillageFrenzyChargeOnKillChance"] = { affix = "", "(5-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2541 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "village_runesmithing_enchant" }, }, + ["VillagePowerChargeOnKillChance"] = { affix = "", "(5-10)% chance to gain a Power Charge on Kill", statOrder = { 2543 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "village_runesmithing_enchant" }, }, + ["VillageUnholyMightOnCrit"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrder = { 2830 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "critical" }, }, + ["VillageMaximumGolems"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "minion" }, }, + ["VillageIncreasedGold"] = { affix = "", "5% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 7182 }, level = 1, group = "IncreasedGold", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageMeleeSplash"] = { affix = "", "Melee Strike Skills deal Splash Damage to surrounding targets", statOrder = { 1081 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "attack" }, }, + ["VillageDamageCannotBeReflected"] = { affix = "", "Damage cannot be Reflected", statOrder = { 5923 }, level = 1, group = "DamageCannotBeReflected", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageConvertColdToChaos"] = { affix = "", "(20-25)% of Cold Damage Converted to Chaos Damage", statOrder = { 1880 }, level = 1, group = "ConvertColdToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "village_runesmithing_enchant", "damage", "elemental", "cold", "chaos" }, }, + ["VillageAlternatingShrineBuff"] = { affix = "", "Gain a random shrine buff every 10 seconds", statOrder = { 6711 }, level = 1, group = "AlternatingShrineBuff", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageSummonPhantasmOnCorpseConsume"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrder = { 732 }, level = 1, group = "TriggerSummonPhantasmOnCorpseConsume", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageMinionDamageAlsoAffectsYou"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrder = { 3663 }, level = 1, group = "MinionDamageAlsoAffectsYouAt150%", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["VillageFireDamagePerResistanceAbove75"] = { affix = "", "(7-10)% increased Fire Damage per 1% Fire Resistance above 75%", statOrder = { 6459 }, level = 1, group = "FireDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire" }, }, + ["VillageSuppressChanceEmptyOffhand"] = { affix = "", "+(50-75)% chance to Suppress Spell Damage while your Off Hand is empty", statOrder = { 9978 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageShepherdOfSouls"] = { affix = "", "Shepherd of Souls", statOrder = { 10602 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "vaal" }, }, + ["VillageFireBurstOnHit"] = { affix = "", "Cast Level 10 Fire Burst on Hit", statOrder = { 7754 }, level = 1, group = "FireBurstOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageBurningEnemiesExplode"] = { affix = "", "Burning Enemies you kill have a 10% chance to Explode, dealing a tenth of their maximum Life as Fire Damage", statOrder = { 6406 }, level = 1, group = "BurningEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageLightningStrikesOnCrit"] = { affix = "", "Trigger Level 5 Lightning Bolt when you deal a Critical Strike", statOrder = { 686 }, level = 1, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "village_runesmithing_enchant", "critical" }, }, + ["VillageShockedGroundOnHit"] = { affix = "", "Trigger Level 10 Shock Ground on Hit", statOrder = { 684 }, level = 1, group = "ShockedGroundOnHitSkill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageShockNearbyEnemyOnShockedKill"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrder = { 2727 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "lightning", "ailment" }, }, + ["VillageIgniteNearbyEnemyOnIgnitedKill"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrder = { 2728 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "fire", "ailment" }, }, + ["VillageSummonWolfOnKillOld"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 705 }, level = 1, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "minion" }, }, + ["VillageCullingStrike"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageConsumeCorpseLifeRecovery"] = { affix = "", "Every 3 seconds, Consume a nearby Corpse to Recover (7-10)% of Life", statOrder = { 5767 }, level = 1, group = "ConsumeCorpseLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageSummonRagingSpiritOnKill"] = { affix = "", "25% chance to Trigger Level 10 Summon Raging Spirit on Kill", statOrder = { 698 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "minion" }, }, + ["VillageMinionBurningCloudOnDeath"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 10% of their maximum Life as Fire Damage per second", statOrder = { 9126 }, level = 1, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "fire", "minion" }, }, + ["VillageAuraAddedLightningDamagePerBlueSocket"] = { affix = "", "You and Nearby Allies have 1 to (8-12) added Lightning Damage per Blue Socket", statOrder = { 2920 }, level = 1, group = "AuraAddedLightningDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "village_runesmithing_enchant", "damage", "elemental", "lightning" }, }, + ["VillageStalkingPustuleOnKill"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrder = { 731 }, level = 1, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, modTags = { "skill", "village_runesmithing_enchant" }, }, + ["VillageGrantsEnvy"] = { affix = "", "Grants Level 1 Envy Skill", statOrder = { 569 }, level = 1, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill", "village_runesmithing_enchant" }, }, + ["VillageGrantsIcicleNovaTrigger"] = { affix = "", "Trigger Level 10 Icicle Burst when you Hit a Frozen Enemy", statOrder = { 725 }, level = 1, group = "GrantsLevel20IcicleNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "village_runesmithing_enchant", "attack" }, }, + ["VillageSpreadChilledGroundOnFreeze"] = { affix = "", "(10-15)% chance to create Chilled Ground when you Freeze an Enemy", statOrder = { 3319 }, level = 1, group = "SpreadChilledGroundOnFreeze", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "elemental", "cold", "ailment" }, }, + ["VillageSpreadConsecratedGroundOnShatter"] = { affix = "", "(20-25)% chance to create Consecrated Ground when you Shatter an Enemy", statOrder = { 4039 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageColdAddedAsFireFrozenEnemy"] = { affix = "", "Gain (10-15)% of Cold Damage as Extra Fire Damage against Frozen Enemies", statOrder = { 5706 }, level = 1, group = "ColdAddedAsFireFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageCurseOnHitElementalWeakness"] = { affix = "", "(20-30)% chance to Curse Enemies with Elemental Weakness on Hit", statOrder = { 2427 }, level = 1, group = "CurseOnHitLevelElementalWeaknessChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "caster", "curse" }, }, + ["VillageChaoticMightOnKill"] = { affix = "", "(7-13)% chance to gain Chaotic Might for 10 seconds on Kill", statOrder = { 5604 }, level = 1, group = "UnholyMightOnKill10SecondsPercentChance", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant" }, }, + ["VillageIncreasedMinionDamageIfYouHitEnemy"] = { affix = "", "Minions deal (20-30)% increased Damage if you've Hit Recently", statOrder = { 9117 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "village_runesmithing_enchant", "damage", "minion" }, }, + ["TriggerSocketedElementalSpellOnBlockUnique__1"] = { affix = "", "Trigger a Socketed Elemental Spell on Block, with a 0.25 second Cooldown", statOrder = { 7869 }, level = 60, group = "TriggerSocketedElementalSpellOnBlock", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["BannerResourceGainedUnique__1"] = { affix = "", "(25-50)% increased Valour gained", statOrder = { 4876 }, level = 1, group = "BannerResourceGained", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CannotGainPowerChargesUnique__1"] = { affix = "", "Cannot gain Power Charges", statOrder = { 5333 }, level = 1, group = "CannotGainPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["CannotGainEnduranceChargesUnique__2"] = { affix = "", "Cannot gain Endurance Charges", statOrder = { 4897 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["FireLightningTakenSsColdUniquFlask8"] = { affix = "", "(20-30)% of Fire and Lightning Damage from Hits taken as Cold Damage during Effect", statOrder = { 870 }, level = 1, group = "FireLightningTakenSsColdUniquFlask8", weightKey = { }, weightVal = { }, modTags = { }, }, + ["KeystoneBloodsoakedBladeUnique__1"] = { affix = "", "Bloodsoaked Blade", statOrder = { 10607 }, level = 1, group = "BloodsoakedBlade", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumEnduranceFrenzyPowerChargesIs0Unique__1"] = { affix = "", "Maximum Endurance, Frenzy and Power Charges is 0", statOrder = { 8957 }, level = 1, group = "MaximumEnduranceFrenzyPowerChargesIs0", weightKey = { }, weightVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge" }, }, + ["VillageTripleEnchant1H"] = { affix = "", "Can be Enchanted by a Kalguuran Runesmith", "Can have 2 additional Runesmithing Enchantments", "Can be Runesmithed as though it were all One Handed Melee Weapon Types", statOrder = { 4349, 7733, 7734 }, level = 1, group = "VillageTripleEnchant1H", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExcommunicateOnMeleeHitUnique"] = { affix = "", "Excommunicate Enemies on Melee Hit for 3 seconds", statOrder = { 6399 }, level = 97, group = "ExcommunicateOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackDamageIfHitRecentlyUnique"] = { affix = "", "(20-40)% increased Attack Damage if you've been Hit Recently", statOrder = { 3445 }, level = 98, group = "AttackDamageIfHitRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AttackCritAfterBeingCritUnique"] = { affix = "", "All Hits with your next Non-Channelling Attack within 4 seconds of taking a Critical Strike will be Critical Strikes", statOrder = { 4556 }, level = 98, group = "AttackCritAfterBeingCrit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WarcryLifeCostUnique"] = { affix = "", "Warcries Cost +15% of Life", statOrder = { 10358 }, level = 75, group = "WarcryLifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NoCooldownWarcriesUnique"] = { affix = "", "Non-Instant Warcries ignore their Cooldown when Used", statOrder = { 9319 }, level = 75, group = "NoCooldownWarcries", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ExtremelyLuckyUnique"] = { affix = "", "Your Lucky or Unlucky effects use the best or", "worst from three rolls instead of two", statOrder = { 6433, 6433.1 }, level = 1, group = "ExtremeLuck", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProjectileAvoidUnique"] = { affix = "", "(1-10)% chance to avoid Projectiles", statOrder = { 4892 }, level = 68, group = "ChanceToAvoidProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MistyFootprintsUnique"] = { affix = "", "Misty Footprints", statOrder = { 10645 }, level = 1, group = "MistyFootprints", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArcaneSurgeMovementSpeedUnique"] = { affix = "", "Increases to Cast Speed from Arcane Surge also applies to Movement Speed", statOrder = { 4352 }, level = 68, group = "ArcaneSurgeMovementSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArcaneSurgeOnMovementSkillUnique"] = { affix = "", "Gain Arcane Surge when you use a Movement Skill", statOrder = { 4350 }, level = 68, group = "ArcaneSurgeOnMovementSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArcaneSurgeEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Arcane Surge on you", statOrder = { 3200 }, level = 1, group = "ArcaneSurgeEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["StarfellOnMeleeCriticalHitUnique__1"] = { affix = "", "Trigger Level 20 Starfall on Melee Critical Strike", statOrder = { 697 }, level = 85, group = "StarfellOnMeleeCriticalHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, }, + ["InfluenceElementalConfluxUnique__1"] = { affix = "", "You have Elemental Conflux if the stars are aligned", statOrder = { 3971 }, level = 86, group = "InfluenceElementalConflux", weightKey = { }, weightVal = { }, modTags = { }, }, + ["InfluenceElementalSkillGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of all Elemental Skill Gems if the stars are aligned", statOrder = { 4909 }, level = 86, group = "InfluenceElementalSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["InfluenceElementalSupportGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of all Elemental Support Gems if the stars are aligned", statOrder = { 4910 }, level = 86, group = "InfluenceElementalSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GrantsSummonVoidSpawnUnique__1"] = { affix = "", "Trigger Level 20 Summon Void Spawn every 4 seconds", statOrder = { 645 }, level = 97, group = "GrantSummonVoidSpawnEvery4Seconds", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["ExtraChaosDamagePerVoidSpawnUnique__1"] = { affix = "", "Gain (4-6)% of Non-Chaos Damage as Extra Chaos Damage per Summoned Void Spawn", statOrder = { 9298 }, level = 97, group = "ExtraChaosDamagePerVoidSpawn", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageRemovedFromVoidSpawnsUnique__1"] = { affix = "", "(4-6)% of Damage from Hits is taken from Void Spawns' Life before you per Void Spawn", statOrder = { 5994 }, level = 97, group = "DamageRemovedFromVoidSpawns", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["UnarmedStrikeSkillsAdditionalTargetUnique__1"] = { affix = "", "[DNT] Unarmed Non-Vaal Strike Skills target (1-7) additional nearby Enemy", statOrder = { 10285 }, level = 1, group = "UnarmedStrikeSkillsAdditionalTarget", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["UnarmedMeleeAttackCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(10-77)% to Critical Strike Multiplier with Unarmed Melee Attack", statOrder = { 10286 }, level = 97, group = "UnarmedMeleeAttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MovementVelocityUnique__55"] = { affix = "", "(1-7)% increased Movement Speed", statOrder = { 1711 }, level = 97, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__38"] = { affix = "", "(100-777)% increased Evasion and Energy Shield", statOrder = { 1467 }, level = 97, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["UnarmedStrikeRangeUnique__1"] = { affix = "", "+(0.1-0.7) metres to Melee Strike Range with Unarmed Attacks", statOrder = { 2991 }, level = 97, group = "UnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["BaseUnarmedCriticalStrikeChanceUnique__2"] = { affix = "", "+(1-7)% to Unarmed Melee Attack Critical Strike Chance", statOrder = { 3483 }, level = 97, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["UnarmedMoreMeleeAttackSpeedUnique__1"] = { affix = "", "(1-7)% more Attack Speed with Unarmed Melee Attacks", statOrder = { 1343 }, level = 97, group = "UnarmedMoreMeleeAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["DoubleMinionLimitsUnique_1"] = { affix = "", "Maximum number of Animated Weapons is Doubled", "Cannot have Minions other than Animated Weapons", statOrder = { 8997, 8997.1 }, level = 100, group = "DoubleMinionLimitsUnique", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GainDivinationBuffOnFlaskUsedUniqueFlask__1"] = { affix = "", "Grants a random Divination Buff for 20 seconds when Used", statOrder = { 812 }, level = 42, group = "GainDivinationBuffOnFlaskUsed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TargetsUnaffectedByYourHexesUnique__1"] = { affix = "", "Targets are Unaffected by your Hexes", statOrder = { 2510 }, level = 40, group = "TargetsUnaffectedByYourHexes", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["EatSoulAfterHexPercentCurseExpireUnique__1"] = { affix = "", "When 90% of your Hex's Duration Expires on an Enemy, Eat 1 Soul per Enemy Power", statOrder = { 6188 }, level = 40, group = "EatSoulAfterHexPercentCurseExpire", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["LocalFlaskRemovePercentOfLifeOnUseUnique_7"] = { affix = "", "Removes (10-15)% of Life when Used", statOrder = { 786 }, level = 1, group = "LocalFlaskRemovePercentLifeOnUse", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskStartEnergyShieldRechargeUnique_1"] = { affix = "", "Starts Energy Shield Recharge when Used", statOrder = { 787 }, level = 1, group = "LocalFlaskStartEnergyShieldRecharge", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["LocalFlaskEnergyShieldRechargeNotDelayedByDamageDuringEffectUnique_1"] = { affix = "", "Energy Shield Recharge is not delayed by Damage during Effect", statOrder = { 892 }, level = 80, group = "LocalFlaskEnergyShieldRechargeNotInterruptedDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["RecoverLifePercentOnBlockUnique__1"] = { affix = "", "Lose (3-5)% of Life when you Block", statOrder = { 2972 }, level = 1, group = "RecoverLifePercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["BlockChancePerLifeSpentRecentlyUnique__1"] = { affix = "", "[DNT] (5-10)% increased Chance to Block Attack and Spell Damage for every 100 Life Spent Recently", statOrder = { 5126 }, level = 1, group = "BlockChancePerLifeSpentRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["CanOnlyInflictWitherAgainstFullLifeEnemies__1"] = { affix = "", "Cannot Inflict Wither on targets that are not on Full Life", statOrder = { 5286 }, level = 1, group = "CanOnlyInflictWitherAgainstFullLifeEnemies", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ApplyMaximumWitherOnChaosSkillHitUnique__1"] = { affix = "", "Chaos Skills inflict up to 15 Withered Debuffs on Hit for (5-7) seconds", statOrder = { 4602 }, level = 38, group = "ApplyMaximumWitherOnChaosSkillHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnarmedAddedChaosDamageForEachPoisonOnTargetUnique__1"] = { affix = "", "[DNT] Unarmed Attacks deal (7-11) to (13-17) added Chaos Damage for each Poison on the target, up to 100", statOrder = { 10284 }, level = 1, group = "UnarmedAddedChaosDamageForEachPoisonOnTarget", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LessPoisonDurationUnique_1"] = { affix = "", "(50-60)% less Poison Duration", statOrder = { 3083 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToPoisonWithAttacksUnique___2"] = { affix = "", "(40-50)% chance to Poison on Hit with Attacks", statOrder = { 3087 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["IncreasedAttackSpeedUniqueGlovesDexInt_1"] = { affix = "", "(8-12)% increased Attack Speed", statOrder = { 1323 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["GainOnslaughtDuringLifeFlaskUnique__1"] = { affix = "", "[DNT] You have Onslaught during Effect of any Life Flask", statOrder = { 6672 }, level = 1, group = "GainOnslaughtDuringLifeFlask", weightKey = { }, weightVal = { }, modTags = { }, }, + ["OvercappedFireResistanceAsFirePrenetrationUnique__1"] = { affix = "", "Damage Penetrates Fire Resistance equal to your Overcapped Fire Resistance, up to a maximum of 200%", statOrder = { 2895 }, level = 100, group = "OvercappedFireResistanceAsFirePrenetration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDamageOnSkillUseUnique__1"] = { affix = "", "Take (300-500) Fire Damage when you Use a Skill", statOrder = { 2123 }, level = 100, group = "FireDamageOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["MinionHaveNoAmourOrEnergyShieldUnique__1"] = { affix = "", "[DNT] Your minions have no Armour or Maximum Energy Shield", statOrder = { 9176 }, level = 1, group = "MinionHaveNoAmourOrEnergyShield", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["MinionGainYourSpellSuppressUnique__1"] = { affix = "", "[DNT] Your minions gain your chance to Suppress Spell Damage", statOrder = { 9173 }, level = 1, group = "MinionGainYourSpellSuppress", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["AllResistancesReducedPerActiveMinionUnique_1UNUSED"] = { affix = "", "[DNT] -2% to All Resistances per Minion", statOrder = { 4539 }, level = 1, group = "MinionCountAffectsResistances", weightKey = { }, weightVal = { }, modTags = { "resistance", "minion" }, }, + ["GlobalDefensesIncreasedPerActiveMinionUnique_1UNUSED"] = { affix = "", "[DNT] +(3-5)% to Global Defenses per Minion", statOrder = { 6759 }, level = 1, group = "MinionCountAffectsGlobalDefenses", weightKey = { }, weightVal = { }, modTags = { "defences", "minion" }, }, + ["AllResistancesReducedPerActiveNonVaalSkillMinionUnique_1"] = { affix = "", "-2% to all Resistances per Minion from your Non-Vaal Skills", statOrder = { 1550 }, level = 1, group = "NonVaalMinionSkillCountAffectsResistances", weightKey = { }, weightVal = { }, modTags = { "resistance", "minion" }, }, + ["GlobalDefensesIncreasedPerActiveNonVaalSkillMinionUnique_1"] = { affix = "", "(3-4)% increased Defences per Minion from your Non-Vaal Skills", statOrder = { 2746 }, level = 1, group = "NonVaalMinionSkillCountAffectsGlobalDefenses", weightKey = { }, weightVal = { }, modTags = { "defences", "minion" }, }, + ["MinionsGainPercentOfYourResistancesUnique_1"] = { affix = "", "Minions gain added Resistances equal to 50% of your Resistances", statOrder = { 9172 }, level = 93, group = "MinionsGainYourResistancesPercent", weightKey = { }, weightVal = { }, modTags = { "resistance", "minion" }, }, + ["SacrificeLifeToGainArrowUnique__1"] = { affix = "", "[DNT] Bow Attacks Sacrifice (5-7)% of your Life to fire an additional Arrow for every 100 Life Sacrificed", statOrder = { 9753 }, level = 1, group = "SacrificeLifeToGainArrow", weightKey = { }, weightVal = { }, modTags = { "bow", "attack" }, }, + ["ArmourFromShieldDoubledUnique__1"] = { affix = "", "Armour from Equipped Shield is doubled", statOrder = { 1904 }, level = 40, group = "ArmourFromShieldDoubled", weightKey = { }, weightVal = { }, modTags = { "shield", "defences", "armour" }, }, + ["GainNoArmourFromBodyArmourUnique__1"] = { affix = "", "Gain no Armour from Equipped Body Armour", statOrder = { 3250 }, level = 40, group = "GainNoArmourFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "body_armour", "defences", "armour" }, }, + ["EnergyShieldRechargeApplyToManaUnique__1"] = { affix = "", "[DNT] Energy Shield Recharge instead applies to Mana", statOrder = { 6340 }, level = 1, group = "EnergyShieldRechargeApplyToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GrantShaperSkill_1"] = { affix = "", "Grants Level 20 Summon Shaper Memory", "Grants Level 20 Shaper's Devastation, which will be used by Shaper Memory", statOrder = { 657, 657.1 }, level = 85, group = "GrantShaperSkill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumRemembranceUnique_1"] = { affix = "", "Maximum 10 Remembrance", statOrder = { 8952 }, level = 85, group = "MaximumRemembrance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["RemembranceGainedPerEnergyShieldUnique_1"] = { affix = "", "Gain 1 Remembrance when you spend a total of 200 Energy", "Shield with no Shaper Memory Summoned", statOrder = { 6632, 6632.1 }, level = 85, group = "RemembrancePerEnergyShieldSpent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["Maximum2OfSameTotemUnique__1"] = { affix = "", "You cannot have more than 2 Summoned Totems of the same type", statOrder = { 2168 }, level = 78, group = "Maximum2OfSameTotem", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ManaFlaskEffectsAreNotRemovedAtFullManaUnique__1"] = { affix = "", "[DNT] Mana Flask Effects are not removed when Unreserved Mana is Filled", "Mana Flask Effects do not Queue", statOrder = { 8015, 8015.1 }, level = 1, group = "ManaFlaskEffectsAreNotRemovedAtFullMana", weightKey = { }, weightVal = { }, modTags = { "mana_flask", "flask", "resource", "mana" }, }, + ["CannotUseLifeFlaskUnique__1"] = { affix = "", "[DNT] Can't use Life Flasks", statOrder = { 5347 }, level = 1, group = "CannotUseLifeFlask", weightKey = { }, weightVal = { }, modTags = { "life_flask", "flask" }, }, + ["FlaskEffectAlsoAffectsArcaneSurgeUnique__1"] = { affix = "", "[DNT] Increases and Reductions to Effect of Flasks applied to you also apply Effect of Arcane Surge on you", statOrder = { 4509 }, level = 1, group = "FlaskEffectAlsoAffectsArcaneSurge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ArcaneSurgeDuringManaFlaskEffectUnique__1"] = { affix = "", "[DNT] You have Arcane Surge during Effect of any Mana Flask", statOrder = { 4610 }, level = 1, group = "ArcaneSurgeDuringManaFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "mana_flask" }, }, + ["NearbyAlliesShockedGrantYouChargesOnDeathUnique__1"] = { affix = "", "[DNT] Nearby Non-Player Allies are Shocked, taking 30% increased damage", "Gain a Power, Frenzy and Endurance Charge when a nearby Non-Player Ally dies", statOrder = { 9275, 9275.1 }, level = 1, group = "NearbyAlliesShockedGrantYouChargesOnDeath", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe10"] = { affix = "", "(120-180)% increased Physical Damage", statOrder = { 1145 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUnique__2"] = { affix = "", "Gain (40-60)% of Weapon Physical Damage as Extra Damage of a random Element", statOrder = { 2848 }, level = 85, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalCriticalStrikeChanceUniqueTwoHandAxe_1"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrder = { 1377 }, level = 85, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SupportedByArrowNovaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrder = { 298 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, }, + ["TripleDamageIfSpentTimeOnAttackRecentlyUnique__1"] = { affix = "", "[DNT] Hits with this Weapon deal Triple Damage if you have spent at least 2 seconds on a single attack recently", statOrder = { 6046 }, level = 1, group = "TripleDamageIfSpentTimeOnAttackRecently", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["AreaOfEffectUnique_9"] = { affix = "", "(10-20)% increased Area of Effect", statOrder = { 1793 }, level = 85, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkillsCostEnergyShieldInsteadOfManaLifeUnique__1"] = { affix = "", "Skills Cost Energy Shield instead of Mana or Life", statOrder = { 4948 }, level = 93, group = "SkillsCostEnergyShieldInsteadOfManaLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["AttacksGainMinMaxAddedChaosDamageBasedOnManaUnique__1"] = { affix = "", "(5-10) to (20-25) Added Attack Chaos Damage per 100 Maximum Mana", statOrder = { 1302 }, level = 93, group = "AttacksGainMinMaxAddedChaosDamageBasedOnMana", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "resource", "mana", "damage", "chaos", "attack" }, }, + ["AddedEnergyShieldFlatUnique_1"] = { affix = "", "+(50-100) to maximum Energy Shield", statOrder = { 1471 }, level = 93, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["PercentReducedMaximumManaUnique_1"] = { affix = "", "(40-60)% reduced maximum Mana", statOrder = { 1493 }, level = 93, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt_1"] = { affix = "", "+(50-100) to maximum Energy Shield", statOrder = { 1472 }, level = 100, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ChaosResistUniqueHelmetInt__1"] = { affix = "", "+(27-37)% to Chaos Resistance", statOrder = { 1554 }, level = 100, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["LifeDegenPerActiveMinionUniqueHelmetInt_1UNUSED"] = { affix = "", "Lose 0.3% Life per Second per Minion", statOrder = { 7216 }, level = 1, group = "LifeDegenPermyriadPerMinutePerMinion", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["FlaskChargesUsedUnique___12"] = { affix = "", "(20-100)% increased Charges per use", statOrder = { 760 }, level = 42, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__4"] = { affix = "", "+60 to Maximum Charges", statOrder = { 751 }, level = 42, group = "FlaskExtraMaxCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["IgniteDealNoDamageUnique__1"] = { affix = "", "Ignites you inflict deal no Damage", statOrder = { 7079 }, level = 1, group = "IgniteDealNoDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerIgnitionBlastOnIgnitedEnemyDeathUnique__1"] = { affix = "", "Trigger Level 5 Ignition Blast when an enemy dies while Ignited by you", statOrder = { 704 }, level = 1, group = "TriggerIgnitionBlastOnIgnitedEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["KeystoneEldritchBatteryUnique__3"] = { affix = "", "Eldritch Battery", statOrder = { 10570 }, level = 85, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["GlobalSpellGemsLevelUniqueStaff_1"] = { affix = "", "+(3-5) to Level of all Spell Skill Gems", statOrder = { 1521 }, level = 85, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelUniqueStaff_2"] = { affix = "", "+(-1-1) to Level of all Spell Skill Gems", statOrder = { 1521 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, + ["IncreasedCastSpeedUniqueStaff_1"] = { affix = "", "(25-40)% increased Cast Speed", statOrder = { 1359 }, level = 85, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBody_1"] = { affix = "", "(150-200)% increased Energy Shield", statOrder = { 1473 }, level = 97, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ChaosResistUniqueBody_1"] = { affix = "", "+(23-37)% to Chaos Resistance", statOrder = { 1554 }, level = 97, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SpellBlockChancePerMinionUnique__1"] = { affix = "", "[DNT] +2% Chance to Block Spell Damage per Minion", statOrder = { 9929 }, level = 1, group = "SpellBlockChancePerMinion", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["AggressiveMinionIfBlockedRecentlyUnique__1"] = { affix = "", "[DNT] Minions are Aggressive if you've Blocked Recently", statOrder = { 9089 }, level = 1, group = "AggressiveMinionIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FeedingFrenzyIfBlockedRecentlyUnique__1"] = { affix = "", "[DNT] You have Feeding Frenzy if you've Blocked Recently", statOrder = { 10457 }, level = 1, group = "FeedingFrenzyIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalTotemsUniqueScepter_1"] = { affix = "", "+(3-5) to maximum number of Summoned Totems", statOrder = { 2165 }, level = 78, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__5"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 78, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonTotemCastSpeedUnique__3"] = { affix = "", "(40-70)% increased Totem Placement speed", statOrder = { 2489 }, level = 78, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LocalAddedPhysicalDamageUnique__38"] = { affix = "", "Adds (60-85) to (100-133) Physical Damage", statOrder = { 1189 }, level = 78, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt_1"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 1465 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourUniqueHelmetStrInt_2"] = { affix = "", "(350-650)% increased Armour", statOrder = { 1455 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["IncreasedManaUniqueHelmetStrInt_1"] = { affix = "", "+(30-70) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueHelmetStrInt_1"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 1497 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["AdditionalProjectilesUniqueWand_1"] = { affix = "", "Skills fire (2-3) additional Projectiles", statOrder = { 1705 }, level = 42, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ProjectilesExpireOnHitUniqueWand_1"] = { affix = "", "Projectiles cannot continue after colliding with targets", statOrder = { 9544 }, level = 42, group = "ProjectilesExpireOnHitv2", weightKey = { }, weightVal = { }, modTags = { }, }, + ["IncreasedProjectileDamageUnique___12"] = { affix = "", "(30-50)% increased Projectile Damage", statOrder = { 1907 }, level = 42, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ProjectileSpeedUnique__9"] = { affix = "", "(10-20)% increased Projectile Speed", statOrder = { 1709 }, level = 42, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GlobalChaosSpellGemsLevelUniqueWand_1"] = { affix = "", "+1 to Level of all Chaos Spell Skill Gems", statOrder = { 1526 }, level = 1, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, + ["IncreasedChaosDamageUniqueWand_1"] = { affix = "", "(31-43)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["NoManaRegenerationUniqueHelmetInt_1"] = { affix = "", "You have no Mana Regeneration", statOrder = { 2183 }, level = 1, group = "NoManaRegeneration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalNoEnergyShieldUnique__2"] = { affix = "", "Removes all Energy Shield", statOrder = { 2077 }, level = 1, group = "NoEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["MaximumManaUnique__9"] = { affix = "", "(20-40)% increased maximum Mana", statOrder = { 1493 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["DamageTakenFromManaUniqueHelmet_1"] = { affix = "", "(20-30)% of Damage is taken from Mana before Life", statOrder = { 2610 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToIgniteUnique__7"] = { affix = "", "(10-20)% chance to Ignite", statOrder = { 1937 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GlobalAddedFireDamageUnique__5"] = { affix = "", "Adds (1-5) to (10-15) Fire Damage", statOrder = { 1272 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistanceUniqueGlovesInt_1"] = { affix = "", "+(10-15)% to Fire Resistance", statOrder = { 1538 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FlaskDurationUniqueGlovesDex_1"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrder = { 2098 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["FlaskLifeRecoveryUniqueGlovesDex_1"] = { affix = "", "(-100-50)% reduced Life Recovery from Flasks", statOrder = { 1970 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalIncreasedEvasionRatingUniqueGlovesDex_1"] = { affix = "", "+(20-45) to Evasion Rating", statOrder = { 1461 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["DexterityUniqueGlovesDex_1"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 1091 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SacrificeMinionToFireAdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks Sacrifice a random Damageable Minion to fire (1-3) additional Arrow", statOrder = { 9754 }, level = 69, group = "SacrificeMinionToFireAdditionalArrows", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalPoisonChanceUnique__1"] = { affix = "", "(25-40)% chance to inflict an additional Poison on the same Target when you inflict Poison", statOrder = { 4495 }, level = 100, group = "AdditionalPoisonChance", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos_damage", "damage", "chaos" }, }, + ["ImpaleEffectPerImpaleOnYouUnique__1"] = { affix = "", "[DNT] Impales you inflict have (10-15)% increased Effect per Impale on you", statOrder = { 7118 }, level = 1, group = "ImpaleEffectPerImpaleOnYou", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SpellLightningDamagePerIntelligenceUnique__1"] = { affix = "", "1 to (31-53) Spell Lightning Damage per 10 Intelligence", statOrder = { 9923 }, level = 83, group = "SpellLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["IncreasedSkillCostUnique_1"] = { affix = "", "31% increased Cost of Skills", statOrder = { 1794 }, level = 1, group = "SkillCostReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ViolentPaceUnique__1"] = { affix = "", "[DNT] Triggers Level 20 Violent Path when Equipped", statOrder = { 6152 }, level = 1, group = "ViolentPace", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AreaOfEffectPerRageUnique__1"] = { affix = "", "[DNT] (5-10)% increased Area of Effect per 10 Rage", statOrder = { 4627 }, level = 1, group = "AreaOfEffectPerRage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MinionMovementSpeedUnique_1"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrder = { 1682 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["MinionAttackSpeedUnique_1"] = { affix = "", "Minions have (6-12)% increased Attack Speed", statOrder = { 2820 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDoubleDamageChancePerFortificationUnique__1"] = { affix = "", "Minions have 1% chance to deal Double Damage per Fortification on you", statOrder = { 1887 }, level = 1, group = "MinionDoubleDamageChancePerFortification", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["MinionLifeAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Maximum Life also apply to you at 15% of their value", statOrder = { 3666 }, level = 83, group = "MinionMaximumAlsoAffectsYou", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["FortifyDurationUnique_1"] = { affix = "", "(30-40)% increased Fortification Duration", statOrder = { 2176 }, level = 1, group = "FortifyDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerSocketedSpellOnUnarmedMeleeCriticalHitUnique__1"] = { affix = "", "Trigger a Socketed Spell on Unarmed Melee Critical Strike, with a 0.25 second Cooldown", statOrder = { 666 }, level = 97, group = "TriggerSocketedSpellOnUnarmedMeleeCriticalHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinkSkillsCostLifeUnique__1"] = { affix = "", "[DNT] Link Skills Cost Life instead of Mana", statOrder = { 7358 }, level = 1, group = "LinkSkillsCostLife", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GuardSkillForLinkTargetUnique__1"] = { affix = "", "[DNT] Your Guard Skill Buffs take Damage for Linked Targets as well as you", statOrder = { 6802 }, level = 1, group = "GuardSkillForLinkTarget", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinksTargetDamageableMinionsUnique_1"] = { affix = "", "Link Skills can target Damageable Minions", statOrder = { 7367 }, level = 1, group = "LinksTargetDamageableMinions", weightKey = { }, weightVal = { }, modTags = { }, }, + ["LinksGrantMinionsLessDamageTakenUnique_1"] = { affix = "", "Your Linked Minions take (65-75)% less Damage", statOrder = { 7372 }, level = 1, group = "LinksGrantMinionsLessDamageTaken", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["LinkedMinionsStealRareModsUnique_1"] = { affix = "", "On Killing a Rare monster, a random Linked Minion gains its Modifiers for 60 seconds", statOrder = { 7373 }, level = 1, group = "LinkedMinionsStealRareMods", weightKey = { }, weightVal = { }, modTags = { "minion" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__51"] = { affix = "", "(200-300)% increased Physical Damage", statOrder = { 1145 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver10"] = { affix = "", "(5-10) to (12-24) Added Physical Damage with Bow Attacks", statOrder = { 1981 }, level = 69, group = "PhysicalDamageWithBows", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["MinionDamageUniqueQuiver_1"] = { affix = "", "Minions deal (30-50)% increased Damage", statOrder = { 1884 }, level = 69, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["DexterityAndIntelligenceUniqueQuiver_1"] = { affix = "", "+(10-20) to Dexterity and Intelligence", statOrder = { 1095 }, level = 69, group = "DexterityAndIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityAndIntelligenceUnique_2"] = { affix = "", "+(20-30) to Dexterity and Intelligence", statOrder = { 1095 }, level = 20, group = "DexterityAndIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["DexterityAndIntelligenceUnique_3"] = { affix = "", "+(20-30) to Dexterity and Intelligence", statOrder = { 1095 }, level = 1, group = "DexterityAndIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["IncreasedAttackSpeedUniqueQuiver10"] = { affix = "", "(7-14)% increased Attack Speed", statOrder = { 1323 }, level = 69, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedLifeUniqueQuiver21"] = { affix = "", "+(75-200) to maximum Life", statOrder = { 1482 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["ProjectileSpeedUnique__10"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["LifeGainPerTargetUniqueQuiver21"] = { affix = "", "Gain (5-10) Life per Enemy Hit with Attacks", statOrder = { 1653 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LocalIncreasedEnergyShieldUnique__13"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__34"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 1473 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["DexterityUnique__33"] = { affix = "", "+(20-35) to Dexterity", statOrder = { 1091 }, level = 100, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["ChaosResistUnique__32"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrder = { 1554 }, level = 100, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["AllResistancesUnique_1"] = { affix = "", "-(30-20)% to all Elemental Resistances", statOrder = { 1532 }, level = 100, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["ReducedFireResistanceUnique__2"] = { affix = "", "(65-75)% reduced Fire Resistance", statOrder = { 1541 }, level = 100, group = "IncreasedFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireDamagePercentUnique__13"] = { affix = "", "(10-20)% increased Fire Damage", statOrder = { 1270 }, level = 100, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__14"] = { affix = "", "(30-50)% increased Fire Damage", statOrder = { 1270 }, level = 41, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["InflictFireExposureNearbyOnMaxRageUnique_1"] = { affix = "", "[DNT] Inflict Fire Exposure on Nearby Enemies when you reach Maximum Rage", statOrder = { 7149 }, level = 1, group = "InflictFireExposureNearbyOnMaxRage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["NearbyEnemiesHaveFireExposureWhileAtMaxRageUnique_1"] = { affix = "", "Nearby Enemies have Fire Exposure while at maximum Rage", statOrder = { 9270 }, level = 1, group = "NearbyEnemiesFireExposureWhileMaxRage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDoTMultiPerRageUnique_1"] = { affix = "", "Each Rage also grants +2% to Fire Damage Over Time Multiplier", statOrder = { 6472 }, level = 1, group = "FireDoTMultiPerRage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["LocalFireDamageFromLifePercentUnique_1"] = { affix = "", "Attacks with this Weapon have Added Fire Damage equal to (8-12)% of Player's Maximum Life", statOrder = { 2858 }, level = 1, group = "WeaponAddedFireDamagePerMaximumLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["GrantUnleashPowerUnique__1"] = { affix = "", "[DNT] Grants Level 10 Unleash Power", statOrder = { 646 }, level = 1, group = "GrantUnleashPower", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TriggerSocketedSpellOnKillUnique__1"] = { affix = "", "20% chance to Trigger Socketed Spell on Kill, with a 0.5 second Cooldown", statOrder = { 692 }, level = 40, group = "TriggerSocketedSpellOnKill", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["SummonWrithingWormEveryXMsUnique__1"] = { affix = "", "An Enemy Writhing Worm spawns every 2 seconds", statOrder = { 534 }, level = 40, group = "SummonWrithingWormEveryXMs", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["AddedDamagePerStrengthUnique__2"] = { affix = "", "Adds 8 to 24 Physical Damage to Attacks per 25 Strength", statOrder = { 4777 }, level = 1, group = "AddedDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedAttackSpeedUnique__41"] = { affix = "", "(20-30)% reduced Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackAreaOfEffectUnique__4"] = { affix = "", "(20-30)% increased Area of Effect for Attacks", statOrder = { 4737 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["MaximumLifeOnKillPercentUnique__7"] = { affix = "", "Recover (4-6)% of Life on Kill", statOrder = { 1662 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SummonFireSkitterbotUnique__1"] = { affix = "", "Summon Skitterbots also summons a Scorching Skitterbot", statOrder = { 10095 }, level = 20, group = "SummonFireSkitterbot", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkitterbotAurasAlsoAffectYouUnique__1"] = { affix = "", "Summoned Skitterbots' Auras affect you as well as Enemies", statOrder = { 10113 }, level = 20, group = "SkitterbotAurasAlsoAffectYou", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SkitterbotIncreasedAilmentEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Non-Damaging Ailments inflicted by Summoned Skitterbots", statOrder = { 10115 }, level = 20, group = "SkitterbotIncreasedAilmentEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MaximumLifeIncreasePercent2ElderItemsUnique__1"] = { type = "2Elder", affix = "", "(10-15)% increased maximum Life if 2 Elder Items are Equipped", statOrder = { 4364 }, level = 1, group = "MaximumLifeIncreasePercent2ElderItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["NearbyEnemiesAreUnnerved2ElderItemsUnique__1"] = { type = "2Elder", affix = "", "Nearby Enemies are Unnerved if 2 Elder Items are Equipped", statOrder = { 4368 }, level = 1, group = "NearbyEnemiesAreUnnerved2ElderItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PhysicalEnergyShieldLeechPermyriad2ElderItemsUnique__1"] = { type = "2Elder", affix = "", "(1-3)% of Physical Damage Leeched as Energy Shield if 2 Elder Items are Equipped", statOrder = { 4358 }, level = 1, group = "PhysicalEnergyShieldLeechPermyriad2ElderItems", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["MaximumManaIncreasePercent2ShaperItemsUnique__1"] = { type = "2Shaper", affix = "", "(10-15)% increased maximum Mana if 2 Shaper Items are Equipped", statOrder = { 4365 }, level = 1, group = "MaximumManaIncreasePercent2ShaperItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["GlobalCooldownRecovery2ShaperItemsUnique__1"] = { type = "2Shaper", affix = "", "(10-20)% increased Cooldown Recovery Rate if 2 Shaper Items are Equipped", statOrder = { 4356 }, level = 1, group = "GlobalCooldownRecovery2ShaperItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ElementalEnergyShieldLeechPermyriad2ShaperItemsUnique__1"] = { type = "2Shaper", affix = "", "(1-3)% of Elemental Damage Leeched as Energy Shield if 2 Shaper Items are Equipped", statOrder = { 4357 }, level = 1, group = "ElementalEnergyShieldLeechPermyriad2ShaperItems", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["UnaffectedByPoison2HunterItemsUnique__1"] = { type = "2Hunter", affix = "", "Unaffected by Poison if 2 Hunter Items are Equipped", statOrder = { 4359 }, level = 1, group = "UnaffectedByPoison2HunterItems", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["RegenerateLifeOver1Second2HunterItemsUnique__1"] = { type = "2Hunter", affix = "", "Every 4 seconds, Regenerate 35% of Life over one second if 2 Hunter Items are Equipped", statOrder = { 4362 }, level = 1, group = "RegenerateLifeOver1Second2HunterItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["AdditionalPierce2HunterItemsUnique__1"] = { type = "2Hunter", affix = "", "Projectiles Pierce 2 additional Targets if 2 Hunter Items are Equipped", statOrder = { 4369 }, level = 1, group = "AdditionalPierce2HunterItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["UnaffectedByIgnite2WarlordItemsUnique__1"] = { type = "2Warlord", affix = "", "Unaffected by Ignite if 2 Warlord Items are Equipped", statOrder = { 4372 }, level = 1, group = "UnaffectedByIgnite2WarlordItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["NearbyEnemiesAreIntimidated2WarlordItemsUnique__1"] = { type = "2Warlord", affix = "", "Nearby Enemies are Intimidated if 2 Warlord Items are Equipped", statOrder = { 4367 }, level = 1, group = "NearbyEnemiesAreIntimidated2WarlordItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PercentageStrength2WarlordItemsUnique__1"] = { type = "2Warlord", affix = "", "(10-15)% increased Strength if 2 Warlord Items are Equipped", statOrder = { 4370 }, level = 1, group = "PercentageStrength2WarlordItems", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["UnaffectedByChill2RedeemerItemsUnique__1"] = { type = "2Redeemer", affix = "", "Unaffected by Chill if 2 Redeemer Items are Equipped", statOrder = { 4371 }, level = 1, group = "UnaffectedByChill2RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["NearbyEnemiesAreBlinded2RedeemerItemsUnique__1"] = { type = "2Redeemer", affix = "", "Nearby Enemies are Blinded if 2 Redeemer Items are Equipped", statOrder = { 4366 }, level = 1, group = "NearbyEnemiesAreBlinded2RedeemerItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PercentageDexterity2RedeemerItemsUnique__1"] = { type = "2Redeemer", affix = "", "(10-15)% increased Dexterity if 2 Redeemer Items are Equipped", statOrder = { 4361 }, level = 1, group = "PercentageDexterity2RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["UnaffectedByShock2CrusaderItemsUnique__1"] = { type = "2Crusader", affix = "", "Unaffected by Shock if 2 Crusader Items are Equipped", statOrder = { 4373 }, level = 1, group = "UnaffectedByShock2CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ConsecratedGroundStationary2CrusaderItemsUnique__1"] = { type = "2Crusader", affix = "", "Consecrated Ground around you while stationary if 2 Crusader Items are Equipped", statOrder = { 4360 }, level = 1, group = "ConsecratedGroundStationary2CrusaderItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PercentageIntelligence2CrusaderItemsUnique__1"] = { type = "2Crusader", affix = "", "(10-15)% increased Intelligence if 2 Crusader Items are Equipped", statOrder = { 4363 }, level = 1, group = "PercentageIntelligence2CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["MaximumBlockChance4ElderItemsUnique__1"] = { type = "4Elder", affix = "", "+3% to maximum Chance to Block Attack Damage if 4 Elder Items are Equipped", statOrder = { 4387 }, level = 1, group = "MaximumBlockChance4ElderItems", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["PhysicalReflectImmune4ElderItemsUnique__1"] = { type = "4Elder", affix = "", "Cannot take Reflected Physical Damage if 4 Elder Items are Equipped", statOrder = { 4384 }, level = 1, group = "PhysicalReflectImmune4ElderItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalCriticalStrikeChanceWithAttacks4ElderItemsUnique__1"] = { type = "4Elder", affix = "", "Attacks have +(1-1.5)% to Critical Strike Chance if 4 Elder Items are Equipped", statOrder = { 4376 }, level = 1, group = "AdditionalCriticalStrikeChanceWithAttacks4ElderItems", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["MaximumSpellBlockChance4ShaperItemsUnique__1"] = { type = "4Shaper", affix = "", "+3% to maximum Chance to Block Spell Damage if 4 Shaper Items are Equipped", statOrder = { 4381 }, level = 1, group = "MaximumSpellBlockChance4ShaperItems", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["ElementalReflectImmune4ShaperItemsUnique__1"] = { type = "4Shaper", affix = "", "Cannot take Reflected Elemental Damage if 4 Shaper Items are Equipped", statOrder = { 4383 }, level = 1, group = "ElementalReflectImmune4ShaperItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalCriticalStrikeChanceWithSpells4ShaperItemsUnique__1"] = { type = "4Shaper", affix = "", "+(1-1.5)% to Spell Critical Strike Chance if 4 Shaper Items are Equipped", statOrder = { 4391 }, level = 1, group = "AdditionalCriticalStrikeChanceWithSpells4ShaperItems", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["ElementalDamageTakenAsChaos4HunterItemsUnique__1"] = { type = "4Hunter", affix = "", "(5-10)% of Elemental Damage taken as Chaos Damage if 4 Hunter Items are Equipped", statOrder = { 4385 }, level = 1, group = "ElementalDamageTakenAsChaos4HunterItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, }, + ["MovementVelocity4HunterItemsUnique__1"] = { type = "4Hunter", affix = "", "(10-15)% increased Movement Speed if 4 Hunter Items are Equipped", statOrder = { 4382 }, level = 1, group = "MovementVelocity4HunterItems", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MaximumChaosResistance4HunterItemsUnique__1"] = { type = "4Hunter", affix = "", "+(2-3)% to maximum Chaos Resistance if 4 Hunter Items are Equipped", statOrder = { 4377 }, level = 1, group = "MaximumChaosResistance4HunterItems", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["PhysicalDamageTakenAsFirePercent4WarlordItemsUnique__1"] = { type = "4Warlord", affix = "", "(5-10)% of Physical Damage taken as Fire Damage if 4 Warlord Items are Equipped", statOrder = { 4389 }, level = 1, group = "PhysicalDamageTakenAsFirePercent4WarlordItems", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["EnduranceChargeIfHitRecently4WarlordItemsUnique__1"] = { type = "4Warlord", affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently and", "4 Warlord Items are Equipped", statOrder = { 4386, 4386.1 }, level = 1, group = "EnduranceChargeIfHitRecently4WarlordItems", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumFireResist4WarlordItemsUnique__1"] = { type = "4Warlord", affix = "", "+(2-3)% to maximum Fire Resistance if 4 Warlord Items are Equipped", statOrder = { 4379 }, level = 1, group = "MaximumFireResist4WarlordItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["PhysicalDamageTakenAsCold4RedeemerItemsUnique__1"] = { type = "4Redeemer", affix = "", "(5-10)% of Physical Damage taken as Cold Damage if 4 Redeemer Items are Equipped", statOrder = { 4388 }, level = 1, group = "PhysicalDamageTakenAsCold4RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["FrenzyChargeOnHitChance4RedeemerItemsUnique__1"] = { type = "4Redeemer", affix = "", "(10-15)% chance to gain a Frenzy Charge on Hit if 4 Redeemer Items are Equipped", statOrder = { 4374 }, level = 1, group = "FrenzyChargeOnHitChance4RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumColdResist4RedeemerItemsUnique__1"] = { type = "4Redeemer", affix = "", "+(2-3)% to maximum Cold Resistance if 4 Redeemer Items are Equipped", statOrder = { 4378 }, level = 1, group = "MaximumColdResist4RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["PhysicalDamageTakenAsLightningPercent4CrusaderItemsUnique__1"] = { type = "4Crusader", affix = "", "(5-10)% of Physical Damage taken as Lightning Damage if 4 Crusader Items are Equipped", statOrder = { 4390 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent4CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["PowerChargeOnHit4CrusaderItemsUnique__1"] = { type = "4Crusader", affix = "", "(10-15)% chance to gain a Power Charge on Hit if 4 Crusader Items are Equipped", statOrder = { 4375 }, level = 1, group = "PowerChargeOnHit4CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["MaximumLightningResistance4CrusaderItemsUnique__1"] = { type = "4Crusader", affix = "", "+(2-3)% to maximum Lightning Resistance if 4 Crusader Items are Equipped", statOrder = { 4380 }, level = 1, group = "MaximumLightningResistance4CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["CannotBeStunned6ElderItemsUnique__1"] = { type = "6Elder", affix = "", "Cannot be Stunned if 6 Elder Items are Equipped", statOrder = { 4396 }, level = 1, group = "CannotBeStunned6ElderItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GlobalPhysicalGemLevel6ElderItemsUnique__1"] = { type = "6Elder", affix = "", "+1 to Level of all Physical Skill Gems if 6 Elder Items are Equipped", statOrder = { 4408 }, level = 1, group = "GlobalPhysicalGemLevel6ElderItems", weightKey = { }, weightVal = { }, modTags = { "physical", "gem" }, }, + ["PercentageAllAttributes6ElderItemsUnique__1"] = { type = "6Elder", affix = "", "(10-15)% increased Attributes if 6 Elder Items are Equipped", statOrder = { 4394 }, level = 1, group = "PercentageAllAttributes6ElderItems", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["PhysAddedAsEachElement6ShaperItemsUnique__1"] = { type = "6Shaper", affix = "", "Gain (10-15)% of Physical Damage as Extra Damage of each Element if", "6 Shaper Items are Equipped", statOrder = { 4407, 4407.1 }, level = 1, group = "PhysAddedAsEachElement6ShaperItems", weightKey = { }, weightVal = { }, modTags = { "earth_elemental", "physical" }, }, + ["MaximumElementalResistance6ShaperItemsUnique__1"] = { type = "6Shaper", affix = "", "+(1-2)% to all maximum Elemental Resistances if 6 Shaper Items are Equipped", statOrder = { 4392 }, level = 1, group = "MaximumElementalResistance6ShaperItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["GlobalSupportGemLevel6ShaperItemsUnique__1"] = { type = "6Shaper", affix = "", "+1 to Level of all non-Exceptional Support Gems if 6 Shaper Items are Equipped", statOrder = { 4409 }, level = 1, group = "GlobalSupportGemLevel6ShaperItems", weightKey = { }, weightVal = { }, modTags = { "physical", "gem" }, }, + ["AdditionalCurseOnEnemies6HunterItemsUnique__1"] = { type = "6Hunter", affix = "", "You can apply an additional Curse if 6 Hunter Items are Equipped", statOrder = { 4406 }, level = 1, group = "AdditionalCurseOnEnemies6HunterItems", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["GlobalChaosGemLevel6HunterItemsUnique__1"] = { type = "6Hunter", affix = "", "+1 to Level of all Chaos Skill Gems if 6 Hunter Items are Equipped", statOrder = { 4398 }, level = 1, group = "GlobalChaosGemLevel6HunterItems", weightKey = { }, weightVal = { }, modTags = { "chaos", "gem" }, }, + ["AdditionalProjectile6HunterItemsUnique__1"] = { type = "6Hunter", affix = "", "Skills fire an additional Projectile if 6 Hunter Items are Equipped", statOrder = { 4393 }, level = 1, group = "AdditionalProjectile6HunterItems", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FortifyOnMeleeHit6WarlordItemsUnique__1"] = { type = "6Warlord", affix = "", "Melee Hits Fortify if 6 Warlord Items are Equipped", statOrder = { 4397 }, level = 1, group = "FortifyOnMeleeHit6WarlordItems", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["GlobalFireGemLevel6WarlordItemsUnique__1"] = { type = "6Warlord", affix = "", "+1 to Level of all Fire Skill Gems if 6 Warlord Items are Equipped", statOrder = { 4400 }, level = 1, group = "GlobalFireGemLevel6WarlordItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["MaximumEnduranceCharges6WarlordItemsUnique__1"] = { type = "6Warlord", affix = "", "+1 to Maximum Endurance Charges if 6 Warlord Items are Equipped", statOrder = { 4403 }, level = 1, group = "MaximumEnduranceCharges6WarlordItems", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["CannotBeFrozen6RedeemerItemsUnique__1"] = { type = "6Redeemer", affix = "", "Cannot be Frozen if 6 Redeemer Items are Equipped", statOrder = { 4395 }, level = 1, group = "CannotBeFrozen6RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["GlobalColdGemLevel6RedeemerItemsUnique__1"] = { type = "6Redeemer", affix = "", "+1 to Level of all Cold Skill Gems if 6 Redeemer Items are Equipped", statOrder = { 4399 }, level = 1, group = "GlobalColdGemLevel6RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["MaximumFrenzyCharges6RedeemerItemsUnique__1"] = { type = "6Redeemer", affix = "", "+1 to Maximum Frenzy Charges if 6 Redeemer Items are Equipped", statOrder = { 4404 }, level = 1, group = "MaximumFrenzyCharges6RedeemerItems", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["PhysicalDamagePreventedAsEnergyShieldRegen6CrusaderItemsUnique__1"] = { type = "6Crusader", affix = "", "(1-3)% of Physical Damage Prevented Recently is Regenerated as Energy Shield Per Second if 6 Crusader Items are Equipped", statOrder = { 4401 }, level = 1, group = "PhysicalDamagePreventedAsEnergyShieldRegen6CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "energy_shield" }, }, + ["GlobalLightningGemLevel6CrusaderItemsUnique__1"] = { type = "6Crusader", affix = "", "+1 to Level of all Lightning Skill Gems if 6 Crusader Items are Equipped", statOrder = { 4402 }, level = 1, group = "GlobalLightningGemLevel6CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, }, + ["IncreasedMaximumPowerCharges6CrusaderItemsUnique__1"] = { type = "6Crusader", affix = "", "+1 to Maximum Power Charges if 6 Crusader Items are Equipped", statOrder = { 4405 }, level = 1, group = "IncreasedMaximumPowerCharges6CrusaderItems", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["MovementSpeedPer5RageUnique_1"] = { affix = "", "(2-3)% increased Movement Speed per 5 Rage", statOrder = { 9234 }, level = 1, group = "MovementSpeedPer5Rage", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["MaximumRageHalvedUnique_1"] = { affix = "", "Maximum Rage is Halved", statOrder = { 9003 }, level = 80, group = "MaximumRageHalved", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DamageTakenPer5RageCappedAt50PercentUnique_1"] = { affix = "", "5% less Damage taken per 5 Rage, up to a maximum of 30%", statOrder = { 5997 }, level = 1, group = "DamageTakenLessPercentPer5RageCapped", weightKey = { }, weightVal = { }, modTags = { }, }, + ["AdditionalRageLossPerMinute"] = { affix = "", "Lose (1-3) Rage per second", statOrder = { 4496 }, level = 1, group = "AdditionalRageLossPerMinute", weightKey = { }, weightVal = { }, modTags = { }, }, + ["TrapAndMineThrowSpeedUnique_1"] = { affix = "", "(15-25)% increased Trap and Mine Throwing Speed", statOrder = { 10212 }, level = 20, group = "TrapAndMineThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["CountAsHavingMaxEnduranceChargesUnique__1"] = { affix = "", "Count as having maximum number of Endurance Charges", statOrder = { 5788 }, level = 1, group = "CountAsHavingMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CountAsHavingMaxFrenzyChargesUnique__1"] = { affix = "", "Count as having maximum number of Frenzy Charges", statOrder = { 5790 }, level = 1, group = "CountAsHavingMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CountAsHavingMaxPowerChargesUnique__1"] = { affix = "", "Count as having maximum number of Power Charges", statOrder = { 5791 }, level = 1, group = "CountAsHavingMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CountAsBlockingAttackFromShieldAttackFirstTargetUnique__1"] = { affix = "", "Count as Blocking Attack Damage from the first target Hit with each Shield Attack", statOrder = { 5787 }, level = 40, group = "CountAsBlockingAttackFromShieldAttackFirstTarget", weightKey = { }, weightVal = { }, modTags = { }, }, + ["CorruptedBloodImmunityUnique_1"] = { affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 5306 }, level = 1, group = "CorruptedBloodImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, + ["GhostTotemLimitUnique__1"] = { affix = "", "Maximum (3-5) Spectral Totems", statOrder = { 9341 }, level = 1, group = "GhostTotemLimit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GhostTotemDurationUnique__1"] = { affix = "", "Totems which would be killed by Enemies become Spectral Totems for 8 seconds instead", statOrder = { 4920 }, level = 1, group = "GhostTotemDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GhostTotemDamageUnique__1"] = { affix = "", "Skills used by Spectral Totems deal (40-50)% less Damage", statOrder = { 6746 }, level = 80, group = "GhostTotemDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["FoolishlyDrawnAttentionUnique_1"] = { affix = "", "The stars are aligned if you have 6 Influence types among other Equipped Items", statOrder = { 426 }, level = 86, group = "FoolishlyDrawnAttention", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ConsecratedGroundEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Consecrated Ground you create", statOrder = { 5751 }, level = 1, group = "ConsecratedGroundEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MutatedUniqueBow4BowAttacksUsableWithoutMana"] = { affix = "", "Insufficient Mana doesn't prevent your Bow Attacks", statOrder = { 5163 }, level = 1, group = "BowAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "attack" }, }, + ["MutatedUniqueBow4AreaOfEffect"] = { affix = "", "(40-60)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetDex3ChaosResistance"] = { affix = "", "+(50-75)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "resistance" }, }, + ["MutatedUniqueHelmetDex5LocalIncreaseSocketedMinionGemLevel"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 160 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion", "gem" }, }, + ["MutatedUniqueHelmetDex5LifeReservationEfficiency"] = { affix = "", "32% increased Life Reservation Efficiency of Skills", statOrder = { 2137 }, level = 1, group = "LifeReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueBow18FasterIgnite"] = { affix = "", "Ignites you inflict deal Damage (20-40)% faster", statOrder = { 2475 }, level = 1, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "fire", "ailment" }, }, + ["MutatedUniqueBow19SupportedByImmolate"] = { affix = "", "Socketed Gems are Supported by Level 30 Immolate", statOrder = { 258 }, level = 1, group = "DisplaySupportedByImmolate", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueBow19AllDamageCanIgnite"] = { affix = "", "All Damage can Ignite", statOrder = { 4531 }, level = 1, group = "AllDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "ailment" }, }, + ["MutatedUniqueHelmetStr4FireDamageTakenAsPhysical"] = { affix = "", "30% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2356 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "elemental", "fire" }, }, + ["MutatedUniqueHelmetStr4TotemLifeIncreasedByOvercappedFireResistance"] = { affix = "", "Totem Life is increased by their Overcapped Fire Resistance", statOrder = { 10194 }, level = 1, group = "TotemLifeIncreasedByOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "resistance" }, }, + ["MutatedUniqueHelmetStr5SupportedByMinionLife"] = { affix = "", "Socketed Gems are Supported by Level 30 Minion Life", statOrder = { 431 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueAmulet37PhysicalDamageTakenAsFire"] = { affix = "", "(5-15)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2358 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "elemental", "fire" }, }, + ["MutatedUniqueAmulet37NearbyEnemiesDebilitated"] = { affix = "", "Nearby Enemies are Debilitated", statOrder = { 7768 }, level = 1, group = "NearbyEnemiesDebilitated", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueAmulet38KeystoneElementalOverload"] = { affix = "", "Elemental Overload", statOrder = { 10572 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "critical" }, }, + ["MutatedUniqueWand15PowerChargeOnManaSpent"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrder = { 7758 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique" }, }, + ["MutatedUniqueWand15GlobalIncreaseColdSpellSkillGemLevel"] = { affix = "", "+(2-4) to Level of all Cold Spell Skill Gems", statOrder = { 1524 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold", "caster", "gem" }, }, + ["MutatedUniqueWand16ColdDamageOverTimeMultiplierPerPowerCharge"] = { affix = "", "+(15-20)% to Cold Damage over Time Multiplier per Power Charge", statOrder = { 5709 }, level = 1, group = "ColdDamageOverTimeMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold" }, }, + ["MutatedUniqueBodyDex10PurityOfIceNoReservation"] = { affix = "", "Purity of Ice has no Reservation", statOrder = { 9575 }, level = 1, group = "PurityOfIceNoReservation", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "aura" }, }, + ["MutatedUniqueBodyDex10EvasionRatingPer10PlayerLife"] = { affix = "", "+6 to Evasion Rating per 10 Player Maximum Life", statOrder = { 6377 }, level = 1, group = "EvasionRatingPer10PlayerLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences" }, }, + ["MutatedUniqueBodyDex11GhostDance"] = { affix = "", "Ghost Dance", statOrder = { 10576 }, level = 1, group = "GhostDance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "evasion", "energy_shield" }, }, + ["MutatedUniqueBodyDex11EvasionRatingPer10PlayerLife"] = { affix = "", "+8 to Evasion Rating per 10 Player Maximum Life", statOrder = { 6377 }, level = 1, group = "EvasionRatingPer10PlayerLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences" }, }, + ["MutatedUniqueAmulet39PhysicalDamageTakenAsCold"] = { affix = "", "(5-15)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2359 }, level = 1, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "elemental", "cold" }, }, + ["MutatedUniqueAmulet39CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrder = { 1751 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold", "ailment" }, }, + ["MutatedUniqueAmulet40CannotBeChilled"] = { affix = "", "Cannot be Chilled", statOrder = { 1750 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "ailment" }, }, + ["MutatedUniqueClaw16PercentageStrength"] = { affix = "", "(8-12)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueClaw16AccuracyRatingPercentPer25Intelligence"] = { affix = "", "5% increased Accuracy Rating per 25 Intelligence", statOrder = { 4421 }, level = 1, group = "AccuracyRatingPercentPer25Intelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueClaw17PercentageStrength"] = { affix = "", "(8-12)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueClaw17CriticalStrikeMultiplierPer25Dexterity"] = { affix = "", "+3% to Critical Strike Multiplier per 25 Dexterity", statOrder = { 5852 }, level = 1, group = "CriticalStrikeMultiplierPer25Dexterity", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "critical" }, }, + ["MutatedUniqueShieldInt8DamageCannotBeReflected"] = { affix = "", "Damage cannot be Reflected", statOrder = { 5923 }, level = 1, group = "DamageCannotBeReflected", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldInt8AlwaysShockLowLifeEnemies"] = { affix = "", "Hits always Shock Enemies that are on Low Life", statOrder = { 4564 }, level = 1, group = "AlwaysShockLowLifeEnemies", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "ailment" }, }, + ["MutatedUniqueShieldInt9DamageCannotBeReflected"] = { affix = "", "Damage cannot be Reflected", statOrder = { 5923 }, level = 1, group = "DamageCannotBeReflected", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldInt9ChaosDamageDoesNotBypassESWhileNotLowMana"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield while not on Low Mana", statOrder = { 5633 }, level = 1, group = "ChaosDamageDoesNotBypassESWhileNotLowMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "defences", "energy_shield", "chaos" }, }, + ["MutatedUniqueAmulet41MaximumLightningResistance"] = { affix = "", "+3% to maximum Lightning Resistance", statOrder = { 1547 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "lightning", "resistance" }, }, + ["MutatedUniqueAmulet41EnemyExtraDamageRolls"] = { affix = "", "Damage of Enemies Hitting you is Unlucky", statOrder = { 4911 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueAmulet42ManaIncreasedPerOvercappedLightningResistUniqueAmulet42"] = { affix = "", "Mana is increased by 50% of Overcapped Lightning Resistance", statOrder = { 8023 }, level = 1, group = "ManaIncreasedPerOvercappedLightningResistUniqueAmulet42", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "elemental", "lightning" }, }, + ["MutatedUniqueBootsStr6IncreasedArmourWhileBleeding"] = { affix = "", "(50-100)% increased Armour while Bleeding", statOrder = { 4677 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "armour" }, }, + ["MutatedUniqueBootsStr6ImmuneToElementalAilmentsWhileBleeding"] = { affix = "", "Immune to Elemental Ailments while Bleeding", statOrder = { 7097 }, level = 1, group = "ImmuneToElementalAilmentsWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "ailment" }, }, + ["MutatedUniqueBootsStr7GainEnduranceChargeEveryXSecondsWhileStationary"] = { affix = "", "Gain an Endurance Charge each second while Stationary", statOrder = { 6600 }, level = 1, group = "GainEnduranceChargePerXSecondsWhileStationary", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "mutatedunique" }, }, + ["MutatedUniqueBottsStr7GainPowerChargeOnHitWhileBleeding"] = { affix = "", "Gain a Power Charge on Hit while Bleeding", statOrder = { 6699 }, level = 1, group = "GainPowerChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique", "ailment" }, }, + ["MutatedUniqueTwoHandAxe11WarcriesExertAnAdditionalAttack"] = { affix = "", "Warcries Exert 1 additional Attack", statOrder = { 10367 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueTwoHandAxe11WarcryCooldownSpeed"] = { affix = "", "500% increased Warcry Cooldown Recovery Rate", statOrder = { 3241 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueTwoHandAxe12PercentageIntelligence"] = { affix = "", "80% reduced Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueTwoHandAxe12FasterBleedDamage"] = { affix = "", "Bleeding you inflict deals Damage (20-40)% faster", statOrder = { 6438 }, level = 1, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "mutatedunique", "damage", "physical", "attack", "ailment" }, }, + ["MutatedUniqueShieldStr8MaximumBlockChance"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrder = { 1899 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique" }, }, + ["MutatedUniqueShieldStr8ArmourAppliesToElementalIfBlockedRecently"] = { affix = "", "(8-12)% of Armour applies to Fire, Cold and Lightning Damage taken from Hits if you've Blocked Recently", statOrder = { 4654 }, level = 1, group = "ArmourAppliesToElementalIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique", "defences" }, }, + ["MutatedUniqueShieldStr9GainEnergyShieldOnBlock"] = { affix = "", "Gain (300-650) Energy Shield when you Block", statOrder = { 1672 }, level = 1, group = "GainEnergyShieldOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueOneHandSword22MinionUnholyMightChance"] = { affix = "", "Minions have 25% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 3291 }, level = 1, group = "MinionUnholyMightChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "minion" }, }, + ["MutatedUniqueOneHandSword23MinionUnholyMightChance"] = { affix = "", "Minions have 25% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 3291 }, level = 1, group = "MinionUnholyMightChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "minion" }, }, + ["MutatedUniqueOneHandSword22MinionBaseCriticalStrikeChance"] = { affix = "", "Minions have +5% to Critical Strike Chance", statOrder = { 9088 }, level = 1, group = "MinionBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion", "critical" }, }, + ["MutatedUniqueOneHandSword23MinionSkillGemQuality"] = { affix = "", "+(20-30)% to Quality of all Minion Skill Gems", statOrder = { 9151 }, level = 1, group = "MinionSkillGemQuality", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion", "gem" }, }, + ["MutatedUniqueBodyInt13SocketedGemQuality"] = { affix = "", "+20% to Quality of Socketed Gems", statOrder = { 183 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueBodyInt13IncreasedAllResistances"] = { affix = "", "50% increased Elemental and Chaos Resistances", statOrder = { 4535 }, level = 1, group = "IncreasedAllResistances", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "resistance" }, }, + ["MutatedUniqueBodyInt14aSocketedGemQuality"] = { affix = "", "+30% to Quality of Socketed Gems", statOrder = { 183 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueBodyInt14IncreasedAllResistances"] = { affix = "", "50% increased Elemental and Chaos Resistances", statOrder = { 4535 }, level = 1, group = "IncreasedAllResistances", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "resistance" }, }, + ["MutatedUniqueJewel85FireResistAlsoGrantsMaximumLifePercent"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant increased Maximum Life at 75% of its value", statOrder = { 7917, 7917.1 }, level = 1, group = "UniqueJewelFireResistAlsoGrantsMaximumLifePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "elemental", "fire" }, }, + ["MutatedUniqueJewel85ChaosResistancePerEnduranceCharge"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5642 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "resistance" }, }, + ["MutatedUniqueJewel87ColdResistAlsoGrantsMaximumManaPercent"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant increased Maximum Mana at 100% of its value", statOrder = { 7892, 7892.1 }, level = 1, group = "UniqueJewelColdResistAlsoGrantsMaximumManaPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "elemental", "cold" }, }, + ["MutatedUniqueJewel87MovementSpeedPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "mutatedunique" }, }, + ["MutatedUniqueJewel89LightningResistAlsoGrantsMaximumESPercent"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant increased Maximum Energy Shield at 100% of its value", statOrder = { 7933, 7933.1 }, level = 1, group = "UniqueJewelLightningResistAlsoGrantsMaximumESPercent", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield", "elemental", "lightning" }, }, + ["MutatedUniqueJewel89CriticalMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrder = { 3194 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "critical" }, }, + ["MutatedUniqueJewel86UniqueJewelFireResistAlsoGrantsConvertFireToChaos"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Fire Damage Converted to Chaos Damage at 100% of its value", statOrder = { 7916, 7916.1 }, level = 1, group = "UniqueJewelFireResistAlsoGrantsConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "chaos" }, }, + ["MutatedUniqueJewel86ExtraDamageRollsWithFireIfBlockedAttackRecently"] = { affix = "", "Fire Damage with Hits is Lucky if you've Blocked an Attack Recently", statOrder = { 6427 }, level = 1, group = "ExtraDamageRollsWithFireIfBlockedAttackRecently", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique", "elemental", "fire" }, }, + ["MutatedUniqueJewel88UniqueJewelColdResistAlsoGrantsConvertColdToChaos"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Cold Damage Converted to Chaos Damage at 100% of its value", statOrder = { 7890, 7890.1 }, level = 1, group = "UniqueJewelColdResistAlsoGrantsConvertColdToChaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold", "chaos" }, }, + ["MutatedUniqueJewel88ExtraDamageRollsWithColdIfSuppressedRecently"] = { affix = "", "Cold Damage with Hits is Lucky if you've Suppressed Spell Damage Recently", statOrder = { 6426 }, level = 1, group = "ExtraDamageRollsWithColdIfSuppressedRecently", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold" }, }, + ["MutatedUniqueJewel90UniqueJewelLightningResistAlsoGrantsConvertLightningToChaos"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Lightning Damage Converted to Chaos Damage at 100% of its value", statOrder = { 7932, 7932.1 }, level = 1, group = "UniqueJewelLightningResistAlsoGrantsConvertLightningToChaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "lightning", "chaos" }, }, + ["MutatedUniqueJewel90ExtraDamageRollsWithLightningIfBlockedSpellRecently"] = { affix = "", "Lightning Damage with Hits is Lucky if you've Blocked Spell Damage Recently", statOrder = { 6428 }, level = 1, group = "ExtraDamageRollsWithLightningIfBlockedSpellRecently", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique", "elemental", "lightning" }, }, + ["MutatedUniqueBodyDexInt1DisplaySocketedGemsSupportedByIntensify"] = { affix = "", "Socketed Gems are Supported by Level 20 Intensify", statOrder = { 333 }, level = 1, group = "DisplaySocketedGemsSupportedByIntensify", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueBodyDexInt1AuraEffectOnEnemies"] = { affix = "", "(15-30)% increased Effect of Non-Curse Auras from your Skills on Enemies", statOrder = { 3479 }, level = 1, group = "AuraEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "aura" }, }, + ["MutatedUniqueGlovesInt4DisplaySocketedGemsSupportedByFocusedChannelling"] = { affix = "", "Socketed Gems are Supported by Level 18 Focused Channelling", statOrder = { 430 }, level = 1, group = "DisplaySocketedGemsSupportedByFocusedChannelling", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueBelt7CullingStrike"] = { affix = "", "Culling Strike", statOrder = { 1950 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyInt12HeraldOfDoom"] = { affix = "", "Lone Messenger", statOrder = { 10579 }, level = 1, group = "KeystoneHeraldOfDoom", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyInt12HeraldEffectOnSelf"] = { affix = "", "(80-100)% increased Effect of Herald Buffs on you", statOrder = { 6979 }, level = 1, group = "HeraldEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyInt16LocalIncreaseSocketedGemLevel"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueShieldStrDex7LocalIncreaseSocketedGemLevel"] = { affix = "", "+1 to Level of Socketed Gems", statOrder = { 142 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueFishingRod1FishingMutatedFish"] = { affix = "", "You can catch Foulborn Fish", statOrder = { 5283 }, level = 1, group = "FishingMutatedFish", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueFishingRod1FishingLureType"] = { affix = "", "Wombgift Bait", statOrder = { 2758 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueFishingRod2AvoidInterruptionWhileCasting"] = { affix = "", "(30-40)% chance to Ignore Stuns while Casting", statOrder = { 1811 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueFishingRod2FishingLureType"] = { affix = "", "Otherworldly Lure", statOrder = { 2758 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing9IncreasedAttackSpeedWhenOnLowLife"] = { affix = "", "(12-16)% increased Attack Speed when on Low Life", statOrder = { 1134 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "speed" }, }, + ["MutatedUniqueBodyDex6DamageTaken"] = { affix = "", "25% increased Damage taken", statOrder = { 2149 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueWand2MaximumGolems"] = { affix = "", "+2 to maximum number of Summoned Golems", statOrder = { 3602 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueShieldDex9TreatElementalResistanceAsInverted"] = { affix = "", "Hits have (20-25)% chance to treat Enemy Monster Elemental Resistance values as inverted", statOrder = { 10224 }, level = 1, group = "TreatElementalResistanceAsInverted", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental" }, }, + ["MutatedUniqueGlovesDex2ActionSpeedMinimum90"] = { affix = "", "Your Action Speed is at least 90% of base value", statOrder = { 151 }, level = 1, group = "ActionSpeedMinimum90", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueGlovesDex2CriticalStrikesNonDamagingAilmentEffect"] = { affix = "", "50% increased Effect of non-Damaging Ailments you inflict with Critical Strikes", statOrder = { 9313 }, level = 1, group = "CriticalStrikesNonDamagingAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "critical", "ailment" }, }, + ["MutatedUniqueOneHandMace3AreaOfEffect"] = { affix = "", "(20-30)% increased Area of Effect", statOrder = { 1793 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetStrDex3WarcryBuffEffect"] = { affix = "", "(25-50)% increased Warcry Buff Effect", statOrder = { 10363 }, level = 1, group = "WarcryBuffEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetStrDex3WarcryCooldownSpeed"] = { affix = "", "(20-40)% increased Warcry Cooldown Recovery Rate", statOrder = { 3241 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueOneHandMace3LightningBoltOnHit"] = { affix = "", "Trigger Level 20 Lightning Bolt on Melee Hit with this Weapon, with a 0.25 second cooldown", statOrder = { 687 }, level = 1, group = "LightningBoltOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "mutatedunique", "elemental", "lightning" }, }, + ["MutatedUniqueClaw13CrushOnHitChance"] = { affix = "", "25% chance to Crush on Hit", statOrder = { 5558 }, level = 1, group = "CrushOnHitChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical" }, }, + ["MutatedUniqueRing18RecoupWhileFrozen"] = { affix = "", "25% of Damage taken while Frozen Recouped as Life", statOrder = { 6025 }, level = 1, group = "RecoupWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueRing18ActionSpeedMinimumWhileIgnited"] = { affix = "", "Action Speed cannot be modified to below Base Value while Ignited", statOrder = { 4434 }, level = 1, group = "ActionSpeedMinimumWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "speed", "ailment" }, }, + ["MutatedUniqueTwoHandSword8RecoupedAsLifePerRedGem"] = { affix = "", "10% of Damage taken Recouped as Life per Socketed Red Gem", statOrder = { 6024 }, level = 1, group = "RecoupedAsLifePerRedGem", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "gem" }, }, + ["MutatedUniqueTwoHandSword8ImmortalAmbitionIfAllSocketsRed"] = { affix = "", "You have Immortal Ambition while all Socketed Gems are Red", statOrder = { 7795 }, level = 1, group = "ImmortalAmbitionIfAllSocketsRed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmStrInt7MaximumEnergyShieldAsPercentageOfLifeWithNoCorruptItems"] = { affix = "", "Gain (8-12)% of Maximum Life as Extra Maximum Energy Shield if no Equipped Items are Corrupted", statOrder = { 8969 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLifeWithNoCorruptItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield" }, }, + ["MutatedUniqueClaw13PhysicalSkillEffectDurationPerIntelligence"] = { affix = "", "Physical Skills have 1% increased Duration per 12 Intelligence", statOrder = { 3712 }, level = 1, group = "PhysicalSkillEffectDurationPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "attribute" }, }, + ["MutatedUniqueBelt14MaximumLifeOnChillPercent"] = { affix = "", "Recover 2% of Life when you Chill a non-Chilled Enemy", statOrder = { 9642 }, level = 1, group = "MaximumLifeOnChillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "elemental", "cold", "ailment" }, }, + ["MutatedUniqueRing19FrozenMonstersTakePercentIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 10% increased Damage", statOrder = { 6584 }, level = 1, group = "FrozenMonstersTakePercentIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "cold", "ailment" }, }, + ["MutatedUniqueBodyInt16BlueSocketGemsIgnoreAttributeRequirements"] = { affix = "", "Ignore Attribute Requirements of Gems Socketed in Blue Sockets", statOrder = { 7797 }, level = 1, group = "BlueSocketGemsIgnoreAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueRing20IgnitedEnemiesExplode"] = { affix = "", "Ignited Enemies you Kill Explode, dealing 5% of their Life as Fire Damage which cannot Ignite", statOrder = { 7081 }, level = 1, group = "IgnitedEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "ailment" }, }, + ["MutatedUniqueShieldInt1DamageOverTimePer100PlayerMaxLife"] = { affix = "", "Deal 5% increased Damage Over Time per 100 Player Maximum Life", statOrder = { 5925 }, level = 1, group = "DamageOverTimePer100PlayerMaxLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueRing9ExtraDamageRollsWhileLowLife"] = { affix = "", "Your Damage with Hits is Lucky while on Low Life", statOrder = { 4464 }, level = 1, group = "ExtraDamageRollsWhileLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueBodyInt21ChaosDamageTakenRecoupedAsLifeActual"] = { affix = "", "50% of Chaos Damage taken Recouped as Life", statOrder = { 5650 }, level = 1, group = "ChaosDamageTakenRecoupedAsLifeActual", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "chaos" }, }, + ["MutatedUniqueBodyStrDex7WarcriesAreDisabled"] = { affix = "", "Your Warcries are disabled", statOrder = { 10491 }, level = 1, group = "WarcriesAreDisabled", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing13LeftRingSlotEvasionRating"] = { affix = "", "Left ring slot: +1000 to Evasion Rating", statOrder = { 2582 }, level = 1, group = "LeftRingSlotEvasionRating", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueRing13RightRingSlotArmour"] = { affix = "", "Right ring slot: +1000 to Armour", statOrder = { 2561 }, level = 1, group = "RightRingSlotArmour", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueShieldStrDex8SpellBlockPercentage"] = { affix = "", "(20-30)% Chance to Block Spell Damage", statOrder = { 1073 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique" }, }, + ["MutatedUniqueShieldStrDex8MonsterChanceToAvoid"] = { affix = "", "(10-15)% chance to Avoid All Damage from Hits", statOrder = { 4841 }, level = 1, group = "MonsterChanceToAvoid", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBelt14AllDamageCanIgnite"] = { affix = "", "All Damage can Ignite", statOrder = { 4531 }, level = 1, group = "AllDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "ailment" }, }, + ["MutatedUniqueRing20ShockedEnemiesExplode"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrder = { 9819, 9819.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "lightning" }, }, + ["MutatedUniqueBodyDexInt2GainManaAsExtraEnergyShield"] = { affix = "", "Gain (15-20)% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2086 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueBodyDexInt2EldritchBattery"] = { affix = "", "Eldritch Battery", statOrder = { 10570 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueShieldDex9DegenDamageTaken"] = { affix = "", "(10-15)% reduced Damage taken from Damage Over Time", statOrder = { 2156 }, level = 1, group = "DegenDamageTaken", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage" }, }, + ["MutatedUniqueGlovesStr12RageLossDelay"] = { affix = "", "Inherent Rage Loss starts 2 seconds later", statOrder = { 9599 }, level = 1, group = "RageLossDelay", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStrDex8AttackDamage"] = { affix = "", "100% increased Attack Damage", statOrder = { 1111 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "attack" }, }, + ["MutatedUniqueBodyInt2DamageWhileIgnited"] = { affix = "", "(50-100)% increased Damage while Ignited", statOrder = { 2715 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage" }, }, + ["MutatedUniqueBodyInt2FireDamageLifeLeechPermyriad"] = { affix = "", "(5-7)% of Fire Damage Leeched as Life", statOrder = { 1583 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "elemental", "fire" }, }, + ["MutatedUniqueHelmetDexInt4ChaosDamageCanShock"] = { affix = "", "Your Chaos Damage can Shock", statOrder = { 2783 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "mutatedunique", "elemental", "lightning", "chaos", "ailment" }, }, + ["MutatedUniqueHelmetDexInt4ChaosDamageCanIgnite"] = { affix = "", "Your Chaos Damage can Ignite", statOrder = { 4900 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "mutatedunique", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["MutatedUniqueHelmetDexInt4ChaosDamageCanFreeze"] = { affix = "", "Your Chaos Damage can Freeze", statOrder = { 2782 }, level = 1, group = "ChaosDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "poison", "mutatedunique", "elemental", "cold", "chaos", "ailment" }, }, + ["MutatedUniqueQuiver7StartEnergyShieldRechargeOnSkillChance"] = { affix = "", "(10-15)% chance for Energy Shield Recharge to start when you use a Skill", statOrder = { 6344 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueQuiver7MaximumLifeConvertedToEnergyShield"] = { affix = "", "(10-15)% of Maximum Life Converted to Energy Shield", statOrder = { 8985 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield" }, }, + ["MutatedUniqueBow12DisplaySupportedBySummonPhantasm"] = { affix = "", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrder = { 335 }, level = 1, group = "DisplaySupportedBySummonPhantasm", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueBow12SummonWrithingWormEveryXMs"] = { affix = "", "An Enemy Writhing Worm spawns every 2 seconds", statOrder = { 534 }, level = 1, group = "SummonWrithingWormEveryXMs", weightKey = { }, weightVal = { }, modTags = { "skill", "mutatedunique" }, }, + ["MutatedUniqueBow12MinionAddedChaosDamage"] = { affix = "", "Minions deal (25-35) to (50-65) additional Chaos Damage", statOrder = { 3681 }, level = 1, group = "MinionAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "mutatedunique", "damage", "chaos", "minion" }, }, + ["MutatedUniqueTwoHandMace8IncreasedMinionDamageIfYouHitEnemy"] = { affix = "", "Minions deal (50-70)% increased Damage if you've Hit Recently", statOrder = { 9117 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "minion" }, }, + ["MutatedUniqueTwoHandMace8DoubleAnimateWeaponLimit"] = { affix = "", "Maximum number of Animated Weapons is Doubled", statOrder = { 6162 }, level = 1, group = "DoubleAnimateWeaponLimit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueHelmetStrDex2AttackSpeedWithMovementSkills"] = { affix = "", "20% increased Attack Speed with Movement Skills", statOrder = { 1345 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "speed" }, }, + ["MutatedUniqueHelmetStrDex2ChanceToSuppressSpells"] = { affix = "", "+(10-20)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBow6ProjectilesPierceAllNearbyTargets"] = { affix = "", "Projectiles Pierce all nearby Targets", statOrder = { 9555 }, level = 1, group = "ProjectilesPierceAllNearbyTargets", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel174BurnDurationForJewel"] = { affix = "", "(25-50)% increased Ignite Duration on Enemies", statOrder = { 1772 }, level = 1, group = "BurnDurationForJewel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "ailment" }, }, + ["MutatedUniqueJewel174FireDamageOverTimeMultiplier"] = { affix = "", "+(10-15)% to Fire Damage over Time Multiplier", statOrder = { 1164 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "mutatedunique", "damage", "elemental", "fire" }, }, + ["MutatedUniqueJewel175CurseEnemiesExplode25%Chaos"] = { affix = "", "Cursed Enemies you or your Minions Kill have a (10-15)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrder = { 3218 }, level = 1, group = "CurseEnemiesExplode25%Chaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos" }, }, + ["MutatedUniqueJewel175CurseDuration"] = { affix = "", "Curse Skills have (10-15)% increased Skill Effect Duration", statOrder = { 5903 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueJewel173ShockEffect"] = { affix = "", "(25-50)% increased Effect of Shock", statOrder = { 9807 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "lightning", "ailment" }, }, + ["MutatedUniqueJewel173ShockDuration"] = { affix = "", "(10-15)% increased Shock Duration on Enemies", statOrder = { 1770 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "lightning", "ailment" }, }, + ["MutatedUniqueJewel177SpellDamageSuppressed"] = { affix = "", "Prevent +(3-5)% of Suppressed Spell Damage", statOrder = { 1054 }, level = 1, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel177ChanceToSuppressSpells"] = { affix = "", "+(5-10)% chance to Suppress Spell Damage", statOrder = { 1056 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel112Medium"] = { affix = "", "75% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrder = { 7943, 7944 }, level = 1, group = "PassiveEffectivenessJewel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel112Small"] = { affix = "", "100% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrder = { 7943, 7944 }, level = 1, group = "PassiveEffectivenessJewel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBelt21EverlastingSacrifice"] = { affix = "", "Everlasting Sacrifice", statOrder = { 10575 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "resistance" }, }, + ["MutatedUniqueBelt21AnimalCharmLeechPercentIsInstant"] = { affix = "", "(8-12)% of Leech is Instant", statOrder = { 7208 }, level = 1, group = "AnimalCharmLeechPercentIsInstant", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBelt13CurseEffectOnYou"] = { affix = "", "20% reduced Effect of Curses on you", statOrder = { 2081 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "curse" }, }, + ["MutatedUniqueBodyStr7PrismaticBulwark"] = { affix = "", "Transcendence", statOrder = { 10592 }, level = 1, group = "PrismaticBulwark", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStr7GainNoInherentBonusFromStrength"] = { affix = "", "Gain no inherent bonuses from Strength", statOrder = { 1928 }, level = 1, group = "GainNoInherentBonusFromStrength", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueBelt19FlaskChargesUsed"] = { affix = "", "100% increased Flask Charges used", statOrder = { 2095 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask", "mutatedunique" }, }, + ["MutatedUniqueBelt19AnimalCharmFlaskChargesEvery3Secondsage"] = { affix = "", "Flasks gain a Charge every 3 seconds", statOrder = { 3390 }, level = 1, group = "AnimalCharmFlaskChargesEvery3Seconds", weightKey = { }, weightVal = { }, modTags = { "flask", "mutatedunique" }, }, + ["MutatedUniqueAmulet43ChaosDamageTakenRecoupedAsLife"] = { affix = "", "50% of Chaos Damage taken Recouped as Life", statOrder = { 5650 }, level = 1, group = "ChaosDamageTakenRecoupedAsLifeActual", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "chaos" }, }, + ["MutatedUniqueAmulet43RecoupEnergyShieldInsteadOfLife"] = { affix = "", "Recoup Energy Shield instead of Life", statOrder = { 7257 }, level = 1, group = "RecoupEnergyShieldInsteadOfLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield" }, }, + ["MutatedUniqueBow18DisplaySupportedByReturningProjectiles"] = { affix = "", "Socketed Gems are Supported by Level 20 Returning Projectiles", statOrder = { 334 }, level = 1, group = "DisplaySupportedByReturningProjectiles", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueGlovesDexInt7PoisonSpread"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", statOrder = { 2763 }, level = 1, group = "PoisonSpread", weightKey = { }, weightVal = { }, modTags = { "poison", "mutatedunique", "chaos", "ailment" }, }, + ["MutatedUniqueGlovesDexInt7FasterPoisonDamage"] = { affix = "", "Poisons you inflict deal Damage (15-20)% faster", statOrder = { 6439 }, level = 1, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "mutatedunique", "damage", "chaos", "ailment" }, }, + ["MutatedUniqueAmulet14GainPowerChargesNotLostRecently"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrder = { 6703 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique" }, }, + ["MutatedUniqueAmulet14LosePowerChargesOnMaxPowerCharges"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrder = { 3515 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique" }, }, + ["MutatedUniqueRing2WarcryMonsterPower"] = { affix = "", "(20-30)% increased total Power counted by Warcries", statOrder = { 10369 }, level = 1, group = "WarcryMonsterPower", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetDexInt1MinionDoubleDamage"] = { affix = "", "Minions have 20% chance to deal Double Damage", statOrder = { 9101 }, level = 1, group = "MinionDoubleDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueRing4TemporalChainsOnHit"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2430 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueRing4VulnerabilityOnHit"] = { affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2431 }, level = 1, group = "VulnerabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueRing4EnfeebleOnHit"] = { affix = "", "Curse Enemies with Enfeeble on Hit", statOrder = { 2424 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueHelmetStrInt2HeraldOfPurityAdditionalMinion"] = { affix = "", "+(2-3) to maximum number of Sentinels of Purity", statOrder = { 4932 }, level = 1, group = "HeraldOfPurityAdditionalMinion", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueBootsStrDex1MovementVelocityOnFullLife"] = { affix = "", "40% increased Movement Speed when on Full Life", statOrder = { 1713 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueGlovesInt1IncreasedGold"] = { affix = "", "(5-15)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 7182 }, level = 1, group = "IncreasedGold", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBelt4PercentageStrength"] = { affix = "", "(5-15)% increased Strength", statOrder = { 1097 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueBodyStrInt2MaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "mutatedunique" }, }, + ["MutatedUniqueGlovesDexInt2UnarmedAreaOfEffect"] = { affix = "", "(20-30)% increased Area of Effect while Unarmed", statOrder = { 2965 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBootsDex2IncreasedGold"] = { affix = "", "(20-30)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 7182 }, level = 1, group = "IncreasedGold", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBootsDex3ActionSpeedReduction"] = { affix = "", "(6-12)% increased Action Speed", statOrder = { 4437 }, level = 1, group = "ActionSpeedReduction", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueBodyStr2LocalPhysicalDamageReductionRating"] = { affix = "", "+(500-800) to Armour", statOrder = { 1453 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "armour" }, }, + ["MutatedUniqueBodyDex3MeleeFireDamage"] = { affix = "", "(75-150)% increased Melee Fire Damage", statOrder = { 1893 }, level = 1, group = "MeleeFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "fire" }, }, + ["MutatedUniqueShieldInt2LocalIncreaseSocketedAuraLevel"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 161 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "aura", "gem" }, }, + ["MutatedUniqueRing6CriticalStrikeMultiplier"] = { affix = "", "+(10-30)% to Global Critical Strike Multiplier", statOrder = { 1401 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "critical" }, }, + ["MutatedUniqueRing6AllDefences"] = { affix = "", "(10-30)% increased Global Defences", statOrder = { 2745 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueHelmetDex4IncreasedMana"] = { affix = "", "+(100-200) to maximum Mana", statOrder = { 1492 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueShieldStrInt5FlatEnergyShieldRegenerationPerMinute"] = { affix = "", "Regenerate (100-200) Energy Shield per second", statOrder = { 2555 }, level = 1, group = "FlatEnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueShieldStrInt5CastSpeedOnLowLife"] = { affix = "", "(10-20)% increased Cast Speed when on Low Life", statOrder = { 1910 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "speed" }, }, + ["MutatedUniqueBodyDex5MovementSkillCooldown"] = { affix = "", "(20-40)% increased Cooldown Recovery Rate of Movement Skills", statOrder = { 9217 }, level = 1, group = "MovementSkillCooldown", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBootsStrDex2IncreasedAccuracyPerFrenzy"] = { affix = "", "(4-8)% increased Accuracy Rating per Frenzy Charge", statOrder = { 1961 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "speed" }, }, + ["MutatedUniqueBodyInt7SupportedByFlamewood"] = { affix = "", "Socketed Gems are Supported by Level 20 Flamewood", statOrder = { 245 }, level = 1, group = "SupportedByFlamewood", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueGlovesInt6ChaosDamagePerCorruptedItem"] = { affix = "", "(10-15)% increased Chaos Damage for each Corrupted Item Equipped", statOrder = { 3011 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "mutatedunique", "damage", "chaos" }, }, + ["MutatedUniqueRing7NonDamagingAilmentEffectOnSelf"] = { affix = "", "50% reduced Effect of Non-Damaging Ailments on you", statOrder = { 9310 }, level = 1, group = "NonDamagingAilmentEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "ailment" }, }, + ["MutatedUniqueClaw6ChaosDamage"] = { affix = "", "(100-120)% increased Chaos Damage", statOrder = { 1298 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "mutatedunique", "damage", "chaos" }, }, + ["MutatedUniqueRing11ConsecratedGroundEffect"] = { affix = "", "(25-40)% increased Effect of Consecrated Ground you create", statOrder = { 5751 }, level = 1, group = "ConsecratedGroundEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueTwoHandMace6KeystoneBattlemage"] = { affix = "", "Battlemage", statOrder = { 10561 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueTwoHandMace6LoseLifePercentOnCrit"] = { affix = "", "Lose 1% of Life when you deal a Critical Strike", statOrder = { 7984 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "critical" }, }, + ["MutatedUniqueRing17IncreasedMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1727 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique" }, }, + ["MutatedUniqueBodyStr4ElementalDamageTakenAsChaos"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrder = { 2364 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "chaos" }, }, + ["MutatedUniqueShieldDex4ChaosDamageOverTimeMultiplier"] = { affix = "", "+(23-37)% to Chaos Damage over Time Multiplier", statOrder = { 1172 }, level = 1, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "mutatedunique", "damage", "chaos" }, }, + ["MutatedUniqueHelmetStrInt4MaximumLifeIncreasePercent"] = { affix = "", "50% increased maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueGlovesStrInt1SelfCurseDuration"] = { affix = "", "(-30-30)% reduced Duration of Curses on you", statOrder = { 2082 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueGlovesDexInt5LocalEnergyShield"] = { affix = "", "+(100-130) to maximum Energy Shield", statOrder = { 1472 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueBootsStrInt2PercentageIntelligence"] = { affix = "", "(15-18)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueQuiver3ImpaleEffect"] = { affix = "", "(20-30)% increased Impale Effect", statOrder = { 7116 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical" }, }, + ["MutatedUniqueQuiver4BowStunThresholdReduction"] = { affix = "", "50% reduced Enemy Stun Threshold with Bows", statOrder = { 1432 }, level = 1, group = "BowStunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyInt9MinionHasUnholyMight"] = { affix = "", "Minions have Unholy Might", statOrder = { 9130 }, level = 1, group = "MinionHasUnholyMight", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "minion" }, }, + ["MutatedUniqueWand6WeaponTreeFishingWishEffectOfAncientFish"] = { affix = "", "(30-50)% increased effect of Wishes granted by Ancient Fish", statOrder = { 6508 }, level = 1, group = "WeaponTreeFishingWishEffectOfAncientFish", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing24MaximumFireResist"] = { affix = "", "+3% to maximum Fire Resistance", statOrder = { 1536 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "resistance" }, }, + ["MutatedUniqueBodyStrDex4PhysicalDamageTakenAsChaos"] = { affix = "", "20% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2362 }, level = 1, group = "PhysicalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "chaos" }, }, + ["MutatedUniqueGlovesStrInt2LifeRegenerationRatePercentage"] = { affix = "", "(15-25)% increased Life Regeneration rate", statOrder = { 1490 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueGlovesStrDex5VaalSkillDuration"] = { affix = "", "Vaal Skills have (20-40)% increased Skill Effect Duration", statOrder = { 3017 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "vaal" }, }, + ["MutatedUniqueGlovesDexInt6BlindEffect"] = { affix = "", "(20-30)% increased Blind Effect", statOrder = { 5118 }, level = 1, group = "BlindEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueTwoHandAxe8SpellDamage"] = { affix = "", "(120-140)% increased Spell Damage", statOrder = { 1136 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "mutatedunique", "damage", "caster" }, }, + ["MutatedUniqueTwoHandSword7AccuracyRatingPerLevel"] = { affix = "", "+(6-8) to Accuracy Rating per Level", statOrder = { 4425 }, level = 1, group = "AccuracyRatingPerLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldDex6ImpaleChanceForJewel"] = { affix = "", "(20-40)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4820 }, level = 1, group = "ImpaleChanceForJewel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "attack" }, }, + ["MutatedUniqueRing26ManaPerLevel"] = { affix = "", "+2 Maximum Mana per Level", statOrder = { 8027 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueBelt12ConvertLightningDamageToChaos"] = { affix = "", "40% of Lightning Damage Converted to Chaos Damage", statOrder = { 1877 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "mutatedunique", "damage", "elemental", "lightning", "chaos" }, }, + ["MutatedUniqueRing27DebuffTimePassed"] = { affix = "", "Debuffs on you expire (-20-20)% slower", statOrder = { 6051 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStr5ExperienceIncrease"] = { affix = "", "5% increased Experience gain", statOrder = { 1516 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueAmulet20CurseEffectTemporalChains"] = { affix = "", "(20-30)% increased Temporal Chains Curse Effect", statOrder = { 3920 }, level = 1, group = "CurseEffectTemporalChains", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueHelmetInt9WeaponTreeSupportImpendingDoom"] = { affix = "", "Socketed Gems are Supported by Level 30 Impending Doom", statOrder = { 260 }, level = 1, group = "WeaponTreeSupportImpendingDoom", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueRing32EnergyShieldAndMana"] = { affix = "", "+(0-60) to maximum Energy Shield", "+(0-60) to maximum Mana", statOrder = { 1471, 1492 }, level = 1, group = "EnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "defences", "energy_shield" }, }, + ["MutatedUniqueRing33MinionSkillManaCost"] = { affix = "", "(10-20)% reduced Mana Cost of Minion Skills", statOrder = { 9152 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana", "minion" }, }, + ["MutatedUniqueStaff10DisplaySocketedSkillsChain"] = { affix = "", "Socketed Gems Chain 2 additional times", statOrder = { 467 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, modTags = { "skill", "mutatedunique", "gem" }, }, + ["MutatedUniqueBodyDexInt4NonCurseAuraDuration"] = { affix = "", "Non-Curse Aura Skills have (40-80)% increased Duration", statOrder = { 9854 }, level = 1, group = "NonCurseAuraDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueDagger10ChaosDamageCanIgnite"] = { affix = "", "Your Chaos Damage can Ignite", statOrder = { 4900 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "mutatedunique", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["MutatedUniqueBodyStr6ChanceToAvoidProjectiles"] = { affix = "", "25% chance to avoid Projectiles", statOrder = { 4892 }, level = 1, group = "ChanceToAvoidProjectiles", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueOneHandAxe8LocalIncreasedAttackSpeed"] = { affix = "", "(30-50)% increased Attack Speed", statOrder = { 1326 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "speed" }, }, + ["MutatedUniqueHelmetDexInt6RetaliationSkillCooldownRecoveryRate"] = { affix = "", "Retaliation Skills have (25-35)% increased Cooldown Recovery Rate", statOrder = { 5792 }, level = 1, group = "RetaliationSkillCooldownRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueAmluet24EldritchBattery"] = { affix = "", "Eldritch Battery", statOrder = { 10570 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueShieldInt6EnchantmentBlind"] = { affix = "", "Enemies Blinded by you have 100% reduced Critical Strike Chance", statOrder = { 6300 }, level = 1, group = "EnchantmentBlind", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "critical" }, }, + ["MutatedUniqueGlovesStrDex7SupportedByManaforgedArrows"] = { affix = "", "Socketed Gems are Supported by Level 5 Manaforged Arrows", statOrder = { 276 }, level = 1, group = "SupportedByManaforgedArrows", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueTwoHandSword9LocalLightningDamage"] = { affix = "", "Adds 1 to 777 Lightning Damage", statOrder = { 1295 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "lightning", "attack" }, }, + ["MutatedUniqueSceptre13ColdDamageOverTimeMultiplier"] = { affix = "", "+(30-40)% to Cold Damage over Time Multiplier", statOrder = { 1169 }, level = 1, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "mutatedunique", "damage", "elemental", "cold" }, }, + ["MutatedUniqueOneHandAxe9MeleeHitsCannotBeEvadedWhileWieldingSword"] = { affix = "", "Your Melee Hits can't be Evaded while wielding a Sword", statOrder = { 9015 }, level = 1, group = "MeleeHitsCannotBeEvadedWhileWieldingSword", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueOneHandSword15DualWieldingSpellBlockForJewel"] = { affix = "", "+10% Chance to Block Spell Damage while Dual Wielding", statOrder = { 1057 }, level = 1, group = "DualWieldingSpellBlockForJewel", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique" }, }, + ["MutatedUniqueShieldInt7DodgeChancePerPowerCharge"] = { affix = "", "+4% chance to Suppress Spell Damage per Power Charge", statOrder = { 9972 }, level = 1, group = "DodgeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueOneHandMace10LocalCriticalStrikeChance"] = { affix = "", "(60-100)% increased Critical Strike Chance", statOrder = { 1377 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "critical" }, }, + ["MutatedUniqueWand14MinionPhysicalDamageAddedAsFire"] = { affix = "", "Minions gain (20-40)% of Physical Damage as Extra Fire Damage", statOrder = { 9146 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "elemental", "fire", "minion" }, }, + ["MutatedUniqueHelmStrInt7LifeRegenerationPercentAppliesToEnergyShieldWithNoCorruptedItems"] = { affix = "", "(15-20)% of Life Regeneration also applies to Energy Shield if no Equipped Items are Corrupted", statOrder = { 10428 }, level = 1, group = "LifeRegenerationPercentAppliesToEnergyShieldWithNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield" }, }, + ["MutatedUniqueGlovesInt4GainManaCostReductionOnManaSpent"] = { affix = "", "50% reduced Mana Cost of Skills for 2 seconds after Spending a total of 800 Mana", statOrder = { 8008 }, level = 1, group = "GainManaCostReductionOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueBelt7GainSoulEaterStackOnHit"] = { affix = "", "Eat a Soul when you Hit a Rare or Unique Enemy, no more than once every 0.25 seconds", statOrder = { 6716 }, level = 1, group = "GainSoulEaterStackOnHit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldStrDex7LocalGemsSocketedHaveNoAttributeRequirements"] = { affix = "", "Ignore Attribute Requirements of Socketed Gems", statOrder = { 7796 }, level = 1, group = "LocalGemsSocketedHaveNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueRing19EnemiesShockedByHitsAreDebilitated"] = { affix = "", "Enemies Shocked by you are Debilitated", statOrder = { 6293 }, level = 25, group = "EnemiesShockedByHitsAreDebilitated", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldInt1NonDamagingAilmentWithCritsEffectPer100MaxLife"] = { affix = "", "2% increased Effect of Non-Damaging Ailments you inflict with Critical Strikes per 100 Player Maximum Life", statOrder = { 9308 }, level = 1, group = "NonDamagingAilmentWithCritsEffectPer100MaxLife", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "critical", "ailment" }, }, + ["MutatedUniqueBodyInt21MaximumEnergyShieldIsEqualToPercentOfMaximumLife"] = { affix = "", "Your Maximum Energy Shield is Equal to 50% of Your Maximum Life", statOrder = { 8961 }, level = 1, group = "MaximumEnergyShieldIsEqualToPercentOfMaximumLife", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueBodyDex6ProjectileSpeedPercentPerEvasionRatingUpToCap"] = { affix = "", "1% increased Projectile Speed per 600 Evasion Rating, up to 75%", statOrder = { 9547 }, level = 1, group = "ProjectileSpeedPercentPerEvasionRatingUpToCap", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueWand2LifeAndEnergyShieldDegenPerMinion"] = { affix = "", "Lose 0.5% Life and Energy Shield per Second per Minion", statOrder = { 7209 }, level = 1, group = "LifeAndEnergyShieldDegenPerMinion", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield", "minion" }, }, + ["MutatedUniqueBow6ChinsolDamageAgainstEnemiesOutsideCloseRange"] = { affix = "", "50% more Damage with Arrow Hits not at Close Range", statOrder = { 2354 }, level = 1, group = "ChinsolDamageAgainstEnemiesOutsideCloseRange", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage" }, }, + ["MutatedUniqueJewel125GrantsAllBonusesOfUnallocatedNotablesInRadius"] = { affix = "", "Grants all bonuses of Unallocated Notable Passive Skills in Radius", statOrder = { 7815 }, level = 1, group = "GrantsAllBonusesOfUnallocatedNotablesInRadius", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel125AllocatedNotablePassiveSkillsInRadiusDoNothing"] = { affix = "", "Allocated Notable Passive Skills in Radius grant nothing", statOrder = { 7813 }, level = 1, group = "AllocatedNotablePassiveSkillsInRadiusDoNothing", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel6KeystoneCanBeAllocatedInMassiveRadiusWithoutBeingConnected"] = { affix = "", "Keystone Passive Skills in Radius can be Allocated without being connected to your tree", "Passage", statOrder = { 10505, 10505.1 }, level = 1, group = "KeystoneCanBeAllocatedInMassiveRadiusWithoutBeingConnected", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel177ModifiersToSpellSuppressionAlsoApplytoChanceToDefendPercentArmor"] = { affix = "", "Modifiers to Chance to Suppress Spell Damage also apply to Chance to Defend with 200% of Armour at 50% of their Value", statOrder = { 9982 }, level = 1, group = "ModifiersToSpellSuppressionAlsoApplytoChanceToDefendPercentArmor", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel3GainRandomRareMonsterModOnKillWhileNoNotablesAllocatedInRadius"] = { affix = "", "If no Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrder = { 2969 }, level = 1, group = "GainRandomRareMonsterModOnKillWhileNoNotablesAllocatedInRadius", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel3GainRandomRareMonsterModOnKillWhileXSmallPassivesAllocatedInRadius"] = { affix = "", "With (8-12) Small Passives Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrder = { 2970 }, level = 1, group = "GainRandomRareMonsterModOnKillWhileXSmallPassivesAllocatedInRadius", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueJewel5EvasionModifiersInRadiusAreTransformedToArmour"] = { affix = "", "Increases and Reductions to Evasion Rating in Radius are Transformed to apply to Armour", statOrder = { 2978 }, level = 1, group = "EvasionModifiersInRadiusAreTransformedToArmour", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueBelt13NearbyEnemiesAreUnnerved"] = { affix = "", "Nearby Enemies are Unnerved", statOrder = { 9265 }, level = 1, group = "NearbyEnemiesAreUnnerved", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyDex8SuppressionPreventionIfYouHaventSuppressedRecently"] = { affix = "", "Prevent +35% of Suppressed Spell Damage if you have not Suppressed Spell Damage Recently", statOrder = { 9939 }, level = 1, group = "SuppressionPreventionIfYouHaventSuppressedRecently", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyDex8ChanceToSuppressIfYouHaveSuppressedRecently"] = { affix = "", "+(20-30)% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently", statOrder = { 9983 }, level = 1, group = "ChanceToSuppressIfYouHaveSuppressedRecently", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetStrInt6ChanceToCastOnManaSpent"] = { affix = "", "50% chance to Trigger Socketed Spells when you Spend at least 200 Life on an", "Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", statOrder = { 669, 669.1 }, level = 1, group = "ChanceToCastOnLifeSpent", weightKey = { }, weightVal = { }, modTags = { "skill", "mutatedunique", "caster", "gem" }, }, + ["MutatedUniqueBootsInt7PowerChargeOnCriticalStrikeChance"] = { affix = "", "+(3-5)% to Critical Strike Multiplier per Power Charge", statOrder = { 3194 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "critical" }, }, + ["MutatedUniqueBodyInt3BloodMagic"] = { affix = "", "Blood Magic", statOrder = { 10562 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "mana" }, }, + ["MutatedUniqueRing16DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrder = { 1518 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStrInt1ChaosResistance"] = { affix = "", "-(17-13)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "resistance" }, }, + ["MutatedUniqueBow3ChaosDamageAsPortionOfDamage"] = { affix = "", "Gain (67-83)% of Physical Damage as Extra Chaos Damage", statOrder = { 1846 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "mutatedunique", "damage", "physical", "chaos" }, }, + ["MutatedUniqueStaff1SearingBondTotemsAllowed"] = { affix = "", "+(3-5) to maximum number of Summoned Searing Bond Totems", statOrder = { 9335 }, level = 1, group = "SearingBondTotemsAllowed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing5StunRecovery"] = { affix = "", "(200-300)% increased Stun and Block Recovery", statOrder = { 1813 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetDex2ConvertColdToFire"] = { affix = "", "50% of Cold Damage Converted to Fire Damage", statOrder = { 1879 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "fire", "cold" }, }, + ["MutatedUniqueBootsStr1CurseImmunity"] = { affix = "", "You are Immune to Curses", statOrder = { 7092 }, level = 1, group = "CurseImmunity", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueGlovesStrDex2IncreasedGold"] = { affix = "", "15% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 7182 }, level = 1, group = "IncreasedGold", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueShieldStr1MaximumLifeAddedAsArmour"] = { affix = "", "Gain (20-25)% of Maximum Life as Extra Armour", statOrder = { 8983 }, level = 1, group = "MaximumLifeAddedAsArmour", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueShieldStrInt1EnergyShieldIncreasedByChaosResistance"] = { affix = "", "Maximum Energy Shield is increased by Chaos Resistance", statOrder = { 6329 }, level = 1, group = "EnergyShieldIncreasedByChaosResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueHelmetInt4SupportedByFrigidBond"] = { affix = "", "Socketed Gems are Supported by Level 25 Frigid Bond", statOrder = { 251 }, level = 1, group = "SupportedByFrigidBond", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueGlovesStr2StrengthRequirementAndTripleDamageChance"] = { affix = "", "+700 Strength Requirement", "(10-15)% chance to deal Triple Damage", statOrder = { 998, 4899 }, level = 1, group = "StrengthRequirementAndTripleDamageChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyInt4GainManaAsExtraEnergyShield"] = { affix = "", "Gain (15-20)% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2086 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueHelmetDex5LifeReservationEfficiencyCopy"] = { affix = "", "30% increased Life Reservation Efficiency of Skills", statOrder = { 2137 }, level = 1, group = "LifeReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueHelmetStr3BleedDotMultiplier"] = { affix = "", "+(50-75)% to Damage over Time Multiplier for Bleeding", statOrder = { 1161 }, level = 1, group = "BleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "mutatedunique", "damage", "physical", "attack", "ailment" }, }, + ["MutatedUniqueHelmetStrDex4SupportedBySadism"] = { affix = "", "Socketed Gems are Supported by Level 30 Sadism", statOrder = { 309 }, level = 1, group = "SupportedBySadism", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueOneHandSword3TrapThrowSpeed"] = { affix = "", "(20-40)% increased Trap Throwing Speed", statOrder = { 1838 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueBelt5IncreasedEnergyShieldPerPowerCharge"] = { affix = "", "(4-6)% increased Energy Shield per Power Charge", statOrder = { 6338 }, level = 1, group = "IncreasedEnergyShieldPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueSceptre3DamagePerZombie"] = { affix = "", "(40-60)% increased Damage per Raised Zombie", statOrder = { 5921 }, level = 1, group = "DamagePerZombie", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage" }, }, + ["MutatedUniqueRing15ColdDamageTakenAsFire"] = { affix = "", "40% of Cold Damage from Hits taken as Fire Damage", statOrder = { 3090 }, level = 14, group = "ColdDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "cold" }, }, + ["MutatedUniqueBodyStr3WitheredEffect"] = { affix = "", "(20-40)% increased Effect of Withered", statOrder = { 10420 }, level = 1, group = "WitheredEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos" }, }, + ["MutatedUniqueBodyStrDex1MaximumRage"] = { affix = "", "+(8-12) to Maximum Rage", statOrder = { 9587 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStrDex2ChaosDamageTakenAsLightning"] = { affix = "", "50% of Chaos Damage taken as Lightning Damage", statOrder = { 5656 }, level = 1, group = "ChaosDamageTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueSceptre6ManaPerStrengthIfInMainHand"] = { affix = "", "1% increased maximum Mana per 12 Strength when in Main Hand", statOrder = { 8991 }, level = 1, group = "ManaPerStrengthIfInMainHand", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueSceptre6EnergyShieldPerStrengthIfInOffHand"] = { affix = "", "1% increased maximum Energy Shield per 16 Strength when in Off Hand", statOrder = { 6321 }, level = 1, group = "EnergyShieldPerStrengthIfInOffHand", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueGlovesStrDex4AdrenalineOnVaalSkillUse"] = { affix = "", "You gain Adrenaline for 3 seconds on using a Vaal Skill", statOrder = { 2832 }, level = 1, group = "AdrenalineOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyStrInt5LightRadiusAppliesToAccuracy"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrder = { 7298 }, level = 1, group = "LightRadiusAppliesToAccuracy", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack" }, }, + ["MutatedUniqueBow11SupportedByPrismaticBurst"] = { affix = "", "Socketed Gems are Supported by Level 25 Prismatic Burst", statOrder = { 295 }, level = 1, group = "SupportedByPrismaticBurst", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueBootsStr2Strength"] = { affix = "", "+(150-200) to Strength", statOrder = { 1090 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueOneHandSword9AttackSpeedPer200Accuracy"] = { affix = "", "1% increased Attack Speed per 150 Accuracy Rating", statOrder = { 4149 }, level = 1, group = "AttackSpeedPer200Accuracy", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack", "speed" }, }, + ["MutatedUniqueWand7AddedChaosDamageFromManaCost"] = { affix = "", "Skills gain Added Chaos Damage equal to (20-25)% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", statOrder = { 4444 }, level = 1, group = "AddedChaosDamageFromManaCost", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos" }, }, + ["MutatedUniqueWand8SupportedByAwakenedSpellCascade"] = { affix = "", "Socketed Gems are Supported by Level 1 Awakened Spell Cascade", statOrder = { 370 }, level = 1, group = "SupportedByAwakenedSpellCascade", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueHelmetInt8ManaCostReduction"] = { affix = "", "(20-30)% increased Mana Cost of Skills", statOrder = { 1796 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueStaff11AnimalCharmMineAuraEffect"] = { affix = "", "(60-100)% increased Effect of Auras from Mines", statOrder = { 9041 }, level = 1, group = "AnimalCharmMineAuraEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueStaff12AreaOfEffectPer20Int"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrder = { 2454 }, level = 1, group = "AreaOfEffectPer20Int", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueGlovesStrInt4PercentageIntelligence"] = { affix = "", "(12-16)% increased Intelligence", statOrder = { 1099 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attribute" }, }, + ["MutatedUniqueRing34GainPowerChargeOnKillingFrozenEnemy"] = { affix = "", "Gain a Power Charge on Killing a Frozen Enemy", statOrder = { 1737 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge", "mutatedunique" }, }, + ["MutatedUniqueHelmetInt10AdditiveSpellModifiersApplyToRetaliationAttackDamage"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attack Damage with Retaliation Skills at 200% of their value", statOrder = { 2600 }, level = 1, group = "AdditiveSpellModifiersApplyToRetaliationAttackDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack" }, }, + ["MutatedUniqueBelt18ManaRecoveryRate"] = { affix = "", "50% reduced Mana Recovery rate", statOrder = { 1499 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueTwoHandAxe14AttackAdditionalProjectiles"] = { affix = "", "Attacks fire 3 additional Projectiles", statOrder = { 4107 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "attack" }, }, + ["MutatedUniqueHelmetInt11PhysicalDamageRemovedFromManaBeforeLife"] = { affix = "", "30% of Physical Damage is taken from Mana before Life", statOrder = { 4080 }, level = 1, group = "PhysicalDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "mana", "physical" }, }, + ["MutatedUniqueAmulet31LightRadius"] = { affix = "", "(30-50)% increased Light Radius", statOrder = { 2411 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBodyDex9WitherOnHitChanceVsCursedEnemies"] = { affix = "", "(15-20)% chance to inflict Withered for 2 seconds on Hit against Cursed Enemies", statOrder = { 10421 }, level = 1, group = "WitherOnHitChanceVsCursedEnemies", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos" }, }, + ["MutatedUniqueBodyDexInt5TrapSkillCooldownCount"] = { affix = "", "Skills which Throw Traps have +2 Cooldown Uses", statOrder = { 10215 }, level = 1, group = "TrapSkillCooldownCount", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueOneHandSword20LocalWeaponMoreIgniteDamage"] = { affix = "", "Ignites inflicted with this Weapon deal 100% more Damage", statOrder = { 7802 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire", "attack", "ailment" }, }, + ["MutatedUniqueRing44ProjectileSpeed"] = { affix = "", "(-10-10)% reduced Projectile Speed", statOrder = { 1709 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueTwoHandAxe1MaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1717 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "mutatedunique" }, }, + ["MutatedUniqueBodyDex1SpellDamageSuppressed"] = { affix = "", "Prevent +(8-10)% of Suppressed Spell Damage", statOrder = { 1054 }, level = 1, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetInt2GlobalCooldownRecovery"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate", statOrder = { 4904 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueAmulet8ChaosResistance"] = { affix = "", "+(-13-13)% to Chaos Resistance", statOrder = { 1554 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "resistance" }, }, + ["MutatedUniqueBelt2FlaskEffect"] = { affix = "", "Flasks applied to you have (10-15)% increased Effect", statOrder = { 2655 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "mutatedunique" }, }, + ["MutatedUniqueShieldStrInt2SocketedGemQuality"] = { affix = "", "+(20-30)% to Quality of Socketed Gems", statOrder = { 183 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "gem" }, }, + ["MutatedUniqueBodyInt1SupportedByLivingLightning"] = { affix = "", "Socketed Gems are Supported by Level 20 Living Lightning", statOrder = { 273 }, level = 1, group = "SupportedByLivingLightning", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBow5UnholyMightOnCritChance"] = { affix = "", "25% chance to gain Unholy Might for 4 seconds on Critical Strike", statOrder = { 5603 }, level = 1, group = "UnholyMightOnCritChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos" }, }, + ["MutatedUniqueShieldStrInt4DamageCannotBeReflected"] = { affix = "", "Damage cannot be Reflected", statOrder = { 5923 }, level = 1, group = "DamageCannotBeReflected", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueGlovesDexInt3HeraldOfThunderBuffEffect"] = { affix = "", "Herald of Thunder has 100% increased Buff Effect", statOrder = { 7000 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueWand3AreaOfEffectPerPowerCharge"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrder = { 2040 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing12AdditionalVaalSoulOnKill"] = { affix = "", "(20-40)% chance to gain an additional Vaal Soul on Kill", statOrder = { 3016 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "vaal" }, }, + ["MutatedUniqueBelt6TrapAreaOfEffect"] = { affix = "", "Skills used by Traps have (40-60)% increased Area of Effect", statOrder = { 3391 }, level = 47, group = "TrapAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetDexInt3MaximumLifeConvertedToEnergyShield"] = { affix = "", "(15-20)% of Maximum Life Converted to Energy Shield", statOrder = { 8985 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life", "defences", "energy_shield" }, }, + ["MutatedUniqueGlovesStr4SapChance"] = { affix = "", "30% chance to Sap Enemies", statOrder = { 1945 }, level = 1, group = "SapChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueQuiver10ChanceToAggravateBleed"] = { affix = "", "(30-50)% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4517 }, level = 1, group = "ChanceToAggravateBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "mutatedunique", "physical", "attack", "ailment" }, }, + ["MutatedUniqueOneHandSword21IncreasedWeaponElementalDamagePercent"] = { affix = "", "(80-120)% increased Elemental Damage with Attack Skills", statOrder = { 6221 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "mutatedunique", "damage", "elemental", "attack" }, }, + ["MutatedUniqueBodyDexInt6PurityOfLightningNoReservation"] = { affix = "", "Purity of Lightning has no Reservation", statOrder = { 9578 }, level = 1, group = "PurityOfLightningNoReservation", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "aura" }, }, + ["MutatedUniqueWand18SpellAddedPhysicalDamagePerLevel"] = { affix = "", "Adds 3 to 5 Physical Damage to Spells per 3 Player Levels", statOrder = { 1183 }, level = 1, group = "SpellAddedPhysicalDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "physical", "caster" }, }, + ["MutatedUniqueBodyStr9SpellBlockPer50Strength"] = { affix = "", "+1% Chance to Block Spell Damage per 50 Strength", statOrder = { 1066 }, level = 1, group = "SpellBlockPer50Strength", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique" }, }, + ["MutatedUniqueBodyStr9AttackBlockLuck"] = { affix = "", "Chance to Block Attack Damage is Unlucky", statOrder = { 4890 }, level = 1, group = "AttackBlockLuck", weightKey = { }, weightVal = { }, modTags = { "block", "mutatedunique" }, }, + ["MutatedUniqueQuiver15SupportedByArrowNova"] = { affix = "", "Socketed Gems are Supported by Level 25 Arrow Nova", statOrder = { 298 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, modTags = { "support", "mutatedunique", "gem" }, }, + ["MutatedUniqueAmulet57MovementVelocityPerFrenzyCharge"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1715 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueRing63MaximumLifeIncreasePercent"] = { affix = "", "(40-50)% reduced maximum Life", statOrder = { 1484 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "life" }, }, + ["MutatedUniqueRing64GlobalEnergyShieldPercent"] = { affix = "", "(40-50)% reduced maximum Energy Shield", statOrder = { 1474 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "energy_shield" }, }, + ["MutatedUniqueShieldStrInt13LocalMaximumQuality"] = { affix = "", "+20% to Maximum Quality", statOrder = { 7853 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueRing75CurseDuration"] = { affix = "", "Curse Skills have (-30-30)% reduced Skill Effect Duration", statOrder = { 5903 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueBodyStrInt15NonChaosDamageBypassEnergyShieldPercent"] = { affix = "", "40% of Non-Chaos Damage taken bypasses Energy Shield", statOrder = { 558 }, level = 1, group = "NonChaosDamageBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueSceptre25MinionCriticalStrikeMultiplier"] = { affix = "", "Minions have +(20-40)% to Critical Strike Multiplier", statOrder = { 9112 }, level = 1, group = "MinionCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "damage", "minion", "critical" }, }, + ["MutatedUniqueBodyStr13MaximumEnergyShieldIfNoDefenceModifiersOnEquipment"] = { affix = "", "+(1200-1800) to maximum Energy Shield if there are no Defence Modifiers on other Equipped Items", statOrder = { 8958 }, level = 1, group = "MaximumEnergyShieldIfNoDefenceModifiersOnEquipment", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueGlovesInt3PunishmentOnHit"] = { affix = "", "Curse Enemies with Punishment on Hit", statOrder = { 5905 }, level = 1, group = "PunishmentOnHit", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "caster", "curse" }, }, + ["MutatedUniqueBodyInt20MinionLeechEnergyShieldFromElementalDamage"] = { affix = "", "Minions Leech 5% of Elemental Damage as Energy Shield", statOrder = { 9124 }, level = 1, group = "MinionLeechEnergyShieldFromElementalDamage", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "minion" }, }, + ["MutatedUniqueSceptre10PowerChargeOnStunUniqueSceptre10"] = { affix = "", "Gain Chaotic Might for 4 seconds on Critical Strike", statOrder = { 5587 }, level = 1, group = "ChaoticMightOnCritChance", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "chaos", "critical" }, }, + ["MutatedUniqueGlovesStr7CannotBeIgnitedAtMaxEnduranceCharges"] = { affix = "", "Cannot be Ignited while at maximum Endurance Charges", statOrder = { 5303 }, level = 1, group = "CannotBeIgnitedAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "elemental", "fire" }, }, + ["MutatedUniqueBootsDex5ActionSpeedReduction"] = { affix = "", "15% increased Action Speed", statOrder = { 4437 }, level = 1, group = "ActionSpeedReduction", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueAmulet76GainMissingManaPercentWhenHit"] = { affix = "", "Gain (15-30)% of Missing Unreserved Mana before being Hit by an Enemy", statOrder = { 9191 }, level = 62, group = "GainMissingManaPercentWhenHit", weightKey = { }, weightVal = { }, modTags = { "resource", "mutatedunique", "mana" }, }, + ["MutatedUniqueBootsStrInt3MovementVelocityWhileIgnited"] = { affix = "", "(25-50)% increased Movement Speed while Ignited", statOrder = { 2718 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "speed" }, }, + ["MutatedUniqueClaw7RecoverEnergyShieldFromEvasionOnBlock"] = { affix = "", "Recover Energy Shield equal to 1% of Evasion Rating when you Block", statOrder = { 6319 }, level = 1, group = "RecoverEnergyShieldFromEvasionOnBlock", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences" }, }, + ["MutatedUniqueBodyInt8ProfaneGroundInsteadOfConsecratedGround"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrder = { 5811 }, level = 1, group = "ProfaneGroundInsteadOfConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueBelt7RareAndUniqueEnemiesHaveIcons"] = { affix = "", "Rare and Unique Enemies within 120 metres have Minimap Icons", statOrder = { 10378 }, level = 1, group = "RareAndUniqueEnemiesHaveIcons", weightKey = { }, weightVal = { }, modTags = { "mutatedunique" }, }, + ["MutatedUniqueHelmetStr6ZombiesLeechEnergyShieldToYouAt1000Intelligence"] = { affix = "", "With at least 1000 Intelligence, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Energy Shield", statOrder = { 10543 }, level = 1, group = "ZombiesLeechEnergyShieldToYouAt1000Intelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "defences", "minion" }, }, + ["MutatedUniqueHelmetStr6AdditionalZombiesPerXIntelligence"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Intelligence", statOrder = { 9347 }, level = 1, group = "AdditionalZombiesPerXIntelligence", weightKey = { }, weightVal = { }, modTags = { "mutatedunique", "minion" }, }, + ["MutatedUniqueBelt43MagicUtilityFlasksAlwaysApplyRightmost"] = { affix = "", "Rightmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you", statOrder = { 4333 }, level = 56, group = "MagicUtilityFlasksAlwaysApplyRightmost", weightKey = { }, weightVal = { }, modTags = { "flask", "mutatedunique" }, }, } \ No newline at end of file diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index f901039218..f387b9a86e 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -33,8 +33,6 @@ local function writeMods(outName, condFunc) print("[Jewel]: Skipping '" .. mod.Id .. "'") goto continue end - elseif mod.Family[1] and mod.Family[1].Id ~= "AuraBonus" and mod.Family[1].Id ~= "ArbalestBonus" and mod.GenerationType == 3 and not (mod.Domain == 16 or (mod.Domain == 1 and mod.Id:match("^Synthesis") or mod.Id:match("^MutatedUnique") or (mod.Family[2] and mod.Family[2].Id:match("MatchedInfluencesTier")))) then - goto continue end local stats, orders = describeMod(mod) if #orders > 0 then @@ -137,8 +135,10 @@ end writeMods("../Data/ModItem.lua", function(mod) return (mod.Domain == 1 or mod.Domain == 16) - and (mod.GenerationType == 1 or mod.GenerationType == 2 or (mod.GenerationType == 3 and (not mod.Id:match("^MutatedUnique")) and (mod.Id:match("^Synthesis") or (mod.Family[1].Id ~= "AuraBonus" and mod.Family[1].Id ~= "ArbalestBonus") and not (mod.Family[2] and mod.Family[2].Id:match("MatchedInfluencesTier")))) or mod.GenerationType == 5 - or mod.GenerationType == 25 or mod.GenerationType == 24 or mod.GenerationType == 28 or mod.GenerationType == 29) + and (mod.GenerationType == 1 or mod.GenerationType == 2 + or (mod.GenerationType == 3 and mod.Domain == 1 and mod.Id:match("^Synthesis")) + or (mod.GenerationType == 3 and mod.Domain == 16) + or mod.GenerationType == 5 or mod.GenerationType == 25 or mod.GenerationType == 24 or mod.GenerationType == 28 or mod.GenerationType == 29) and not mod.Id:match("^Hellscape[UpDown]+sideMap") -- Exclude Scourge map mods and not mod.Id:match("Royale") and #mod.AuraFlags == 0 @@ -147,7 +147,7 @@ writeMods("../Data/ModFlask.lua", function(mod) return mod.Domain == 2 and (mod.GenerationType == 1 or mod.GenerationType == 2) end) writeMods("../Data/ModTincture.lua", function(mod) - return (mod.Domain == 34) and (mod.GenerationType == 1 or mod.GenerationType == 2 or mod.GenerationType == 3) + return (mod.Domain == 34) and (mod.GenerationType == 1 or mod.GenerationType == 2) end) writeMods("../Data/ModJewel.lua", function(mod) return (mod.Domain == 10 or mod.Domain == 16) and (mod.GenerationType == 1 or mod.GenerationType == 2 or mod.GenerationType == 5) @@ -174,8 +174,11 @@ writeMods("../Data/ModNecropolis.lua", function(mod) return mod.Domain == 1 and mod.Id:match("^NecropolisCrafting") end) writeMods("../Data/ModItemExclusive.lua", function(mod) -- contains primarily uniques and items implicits but also other mods only available on a single base or unique. - return (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 11 or mod.Domain == 22) and mod.GenerationType == 3 - and (mod.Family[1] and mod.Family[1].Id ~= "AuraBonus" or not mod.Family[1]) +if mod.Id == "StrengthUniqueHelmetDexInt1" then + return true + end +return (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 10 or mod.Domain == 21 or mod.Domain == 34) and mod.GenerationType == 3 + and (mod.Family[1] and mod.Family[1].Id ~= "AuraBonus") and not mod.Id:match("^Synthesis") and not mod.Id:match("Royale") and not mod.Id:match("Cowards") and not mod.Id:match("Map") and not mod.Id:match("Ultimatum") end) writeMods("../Data/ModGraft.lua", function(mod)